import config from "../config.json" assert { type: "json" }; export type configType = typeof config; export interface Site { metadata: { description: string; }; } export { config }; export default config;