import type { UserConfig } from '~/types' export const userConfig: Partial = { // Override the default config here // site: { title: "講評世界" }, // seo: { twitter: "@moeyua13" }, }