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({
|
export default defineNuxtConfig({
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
|
ssr: false,
|
||||||
nitro: {
|
nitro: {
|
||||||
output: {
|
output: {
|
||||||
publicDir: path.join(__dirname, "docs"),
|
publicDir: path.join(__dirname, "docs"),
|
||||||
|
|||||||
Reference in New Issue
Block a user