We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1962867 commit 3f10687Copy full SHA for 3f10687
nuxt.config.ts
@@ -17,5 +17,6 @@ export default defineNuxtConfig({
17
},
18
devServer: {
19
host: '0.0.0.0'
20
- }
+ },
21
+ ssr: false
22
})
0 commit comments