Skip to content

Commit 3f10687

Browse files
committed
disable ssr
1 parent 1962867 commit 3f10687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ export default defineNuxtConfig({
1717
},
1818
devServer: {
1919
host: '0.0.0.0'
20-
}
20+
},
21+
ssr: false
2122
})

0 commit comments

Comments
 (0)