* Reorganize repo * Overhaul website design and rewrite in NextJS and Typescript * Delete website-publish.yml
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import config from '../../content/config.json';
|
|
|
|
import type { SiteConfig } from '../interface';
|
|
|
|
export default config as SiteConfig;
|