Skip to content

Commit 6b53d67

Browse files
committed
fix: nuxt bug
1 parent c8a39ac commit 6b53d67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nuxt.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ export default defineNuxtConfig({
66
transpile: ['shiki', 'ohash'],
77
},
88

9+
vite: {
10+
ssr: {
11+
noExternal: ['debug'],
12+
},
13+
},
14+
915
app: {
1016
head: {
1117
link: [

0 commit comments

Comments
 (0)