feat: disable ssr to enable client-side rendering

This commit is contained in:
SauceyRed 2025-05-28 02:17:00 +02:00
parent c7b853230e
commit 8140335518
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -3,6 +3,7 @@ export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
modules: ['@nuxt/eslint', '@nuxt/image', "@pinia/nuxt", "@nuxt/icon"],
ssr: false,
app: {
/*
Defines what prefix the client runs on