diff --git a/nuxt.config.ts b/nuxt.config.ts index 7ff5887..e3d0745 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,5 +17,6 @@ export default defineNuxtConfig({ }, devServer: { host: '0.0.0.0' - } + }, + ssr: false }) \ No newline at end of file