Skip to content

Commit dad2c3a

Browse files
fix config.ts file
1 parent dafd008 commit dad2c3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vitepress/config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import fs from 'fs'
2+
import path from 'path'
3+
import { defineConfigWithTheme } from 'vitepress'
14
import type { Config as ThemeConfig } from '@vue/theme'
25
import baseConfig from '@vue/theme/config'
3-
import { defineConfigWithTheme } from 'vitepress'
4-
import fs from 'fs'
56
import { headerPlugin } from './headerMdPlugin'
67

78
const nav: ThemeConfig['nav'] = [

0 commit comments

Comments
 (0)