forked from eggy/eifueo
Migrate to VitePress
This commit is contained in:
7
docs/.vitepress/theme/index.ts
Normal file
7
docs/.vitepress/theme/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import DefaultTheme from "vitepress/theme";
|
||||
import Layout from "./Layout.vue";
|
||||
|
||||
export default {
|
||||
...DefaultTheme,
|
||||
Layout,
|
||||
};
|
Reference in New Issue
Block a user