import {defineConfig} from "vitepress"; import {common} from './common' export default defineConfig({ ...common, })