mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-25 15:55:03 +08:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import {defineConfig} from "vitepress";
|
|
|
|
import {common} from './common'
|
|
export default defineConfig({
|
|
...common,
|
|
}) |