Disabled SSR
This commit is contained in:
parent
e202260205
commit
5eb48fb4b6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-11-01',
|
||||
ssr: true,
|
||||
ssr: false,
|
||||
postcss: {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
|
|
Loading…
Add table
Reference in a new issue