From 3f10687f8d2da44bbdd8ea48cf4a8dbe61fd5509 Mon Sep 17 00:00:00 2001 From: Lukas Lanzner Date: Fri, 15 Nov 2024 11:33:25 +0100 Subject: [PATCH] disable ssr --- nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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