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

export const namespace: Namespace = {
    name: 'Niels Berglund Blog',
    url: 'nielsberglund.com',
    lang: 'en',
};
