Skip to content

Commit 5f3f53b

Browse files
committed
Fix VPBadge Import
1 parent a80dff7 commit 5f3f53b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vitepress/theme/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import DefaultTheme from 'vitepress/theme'
1+
import DefaultTheme, { VPBadge } from 'vitepress/theme'
22
import './custom.css'
33
import 'virtual:group-icons.css'
44

5-
import { VPBadge } from 'vitepress/theme-without-fonts'
65
import Contributors from './components/Contributors.vue'
76
import YouTubeEmbed from './components/YouTubeEmbed.vue'
87

0 commit comments

Comments
 (0)