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

export const namespace: Namespace = {
    name: 'Stanford',
    url: 'hazyresearch.stanford.edu/blog',
    lang: 'en',
};
