Skip to content

Commit 7fa6547

Browse files
committed
test
1 parent ba880cb commit 7fa6547

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuxt.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ export default defineNuxtConfig({
1010
'nuxt-og-image',
1111
'@nuxt/image'
1212
],
13+
build: {
14+
transpile: [
15+
'shiki'
16+
]
17+
},
1318
hooks: {
1419
// Define `@nuxt/ui` components as global to use them in `.md` (feel free to add those you need)
1520
'components:extend': (components) => {

0 commit comments

Comments
 (0)