mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Disable SSR
This commit is contained in:
@@ -3,6 +3,7 @@ import path from "path";
|
||||
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
ssr: false,
|
||||
nitro: {
|
||||
output: {
|
||||
publicDir: path.join(__dirname, "docs"),
|
||||
|
||||
Reference in New Issue
Block a user