This commit is contained in:
+6
-1
@@ -1,7 +1,7 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
ssr: false,
|
||||
ssr: true,
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
endpoint: process.env.NUXT_PUBLIC_ENDPOINT, // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable
|
||||
@@ -12,4 +12,9 @@ export default defineNuxtConfig({
|
||||
vue: {
|
||||
runtimeCompiler: true,
|
||||
},
|
||||
nitro: {
|
||||
prerender: {
|
||||
crawlLinks: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user