Disable SSR

This commit is contained in:
BlossomiShymae
2024-05-02 11:31:39 -05:00
parent 13453aef24
commit 2a49edbef8

View File

@@ -3,6 +3,7 @@ import path from "path";
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: false,
nitro: {
output: {
publicDir: path.join(__dirname, "docs"),