|
@@ -1,7 +1,7 @@
|
|
|
import 'uno.css'
|
|
|
|
|
|
// .vitepress/theme/index.ts
|
|
|
-import DefaultTheme from 'vitepress/theme'
|
|
|
+import Theme from 'vitepress/theme'
|
|
|
import './config.css'
|
|
|
|
|
|
import TresLayout from './TresLayout.vue'
|
|
@@ -18,10 +18,10 @@ import TresLayout from './TresLayout.vue'
|
|
|
}) */
|
|
|
|
|
|
export default {
|
|
|
- ...DefaultTheme,
|
|
|
+ ...Theme,
|
|
|
|
|
|
enhanceApp(ctx) {
|
|
|
- DefaultTheme.enhanceApp(ctx)
|
|
|
+ Theme.enhanceApp(ctx)
|
|
|
/* ctx.app.use(plausible) */
|
|
|
},
|
|
|
Layout: TresLayout,
|