We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafd008 commit dad2c3aCopy full SHA for dad2c3a
.vitepress/config.ts
@@ -1,7 +1,8 @@
1
+import fs from 'fs'
2
+import path from 'path'
3
+import { defineConfigWithTheme } from 'vitepress'
4
import type { Config as ThemeConfig } from '@vue/theme'
5
import baseConfig from '@vue/theme/config'
-import { defineConfigWithTheme } from 'vitepress'
-import fs from 'fs'
6
import { headerPlugin } from './headerMdPlugin'
7
8
const nav: ThemeConfig['nav'] = [
0 commit comments