Skip to content

Commit c9ad91e

Browse files
committed
refactor: add missing import for twoslash style in theme index
1 parent dc08166 commit c9ad91e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vitepress/theme/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import Layout from './Layout.vue';
77
import type { EnhanceAppContext } from 'vitepress';
88
import googleAnalytics from 'vitepress-plugin-google-analytics';
99
import 'virtual:group-icons.css'
10+
import '@shikijs/vitepress-twoslash/style.css';
11+
1012

1113
export default {
1214
extends: DefaultTheme,

0 commit comments

Comments
 (0)