We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d1696 commit b6821ceCopy full SHA for b6821ce
1 file changed
.vitepress/theme/index.js
@@ -1,4 +1,4 @@
1
-import { defineConfig } from 'vitepress'
+// import { defineConfig } from 'vitepress' prevents the start
2
import DefaultTheme from 'vitepress/theme'
3
import MobileNavigation from './components/MobileNavigation.vue'
4
import ResponsiveTable from './components/ResponsiveTable.vue'
@@ -26,4 +26,4 @@ export default {
26
setupRouteWatcher(router)
27
}
28
29
-}
+}
0 commit comments