10 lines
347 B
TypeScript
10 lines
347 B
TypeScript
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: 'PixelsTech',
|
|
url: 'pixelstech.net',
|
|
categories: ['new-media'],
|
|
description: 'Latest Ai programming news, tutorials and articles. Stay updated with Ai development trends, coding tips, and technical insights for developers.',
|
|
lang: 'en',
|
|
};
|