feat: disable ssr to enable client-side rendering
This commit is contained in:
parent
c7b853230e
commit
8140335518
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ export default defineNuxtConfig({
|
||||||
compatibilityDate: '2024-11-01',
|
compatibilityDate: '2024-11-01',
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
modules: ['@nuxt/eslint', '@nuxt/image', "@pinia/nuxt", "@nuxt/icon"],
|
modules: ['@nuxt/eslint', '@nuxt/image', "@pinia/nuxt", "@nuxt/icon"],
|
||||||
|
ssr: false,
|
||||||
app: {
|
app: {
|
||||||
/*
|
/*
|
||||||
Defines what prefix the client runs on
|
Defines what prefix the client runs on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue