test ssr
This commit is contained in:
parent
5cf6bcfdc5
commit
f2a62872a7
|
@ -42,7 +42,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ssr: false,
|
ssr: true,
|
||||||
modules: [
|
modules: [
|
||||||
'@nuxtjs/tailwindcss',
|
'@nuxtjs/tailwindcss',
|
||||||
"@nuxt/image",
|
"@nuxt/image",
|
||||||
|
@ -63,10 +63,6 @@ export default defineNuxtConfig({
|
||||||
'/index.php': { redirect: '/' },
|
'/index.php': { redirect: '/' },
|
||||||
},
|
},
|
||||||
nitro: {
|
nitro: {
|
||||||
compressPublicAssets: {
|
|
||||||
brotli: true,
|
|
||||||
gzip: true
|
|
||||||
},
|
|
||||||
prerender: {
|
prerender: {
|
||||||
crawlLinks: true
|
crawlLinks: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue