10 lines
305 B
TypeScript
10 lines
305 B
TypeScript
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: '1x.com',
|
|
url: '1x.com',
|
|
categories: ['design', 'picture'],
|
|
description: '1x.com • In Pursuit of the Sublime. Browse 200,000 curated photos from photographers all over the world.',
|
|
lang: 'en',
|
|
};
|