From 2a49edbef8adc46c14599cca021ee3f9863e396a Mon Sep 17 00:00:00 2001 From: BlossomiShymae <87099578+BlossomiShymae@users.noreply.github.com> Date: Thu, 2 May 2024 11:31:39 -0500 Subject: [PATCH] Disable SSR --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index c40bd9c..05f29dd 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -3,6 +3,7 @@ import path from "path"; export default defineNuxtConfig({ devtools: { enabled: true }, + ssr: false, nitro: { output: { publicDir: path.join(__dirname, "docs"),