import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'Product Hunt',
    url: 'www.producthunt.com',
    description: `> 官方 Feed 地址为: [https://www.producthunt.com/feed](https://www.producthunt.com/feed)`,
    lang: 'en',
};
