chore: update nuxt examples

This commit is contained in:
Cinzya
2025-12-28 19:11:25 +01:00
parent be12308526
commit 55fe4b24cf
25 changed files with 12333 additions and 11274 deletions

View File

@@ -1,9 +1,16 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: "2025-07-15",
devtools: { enabled: true },
nitro: {
prerender: {
crawlLinks: true,
routes: ["/"],
},
},
runtimeConfig: {
public: {
appUrl: process.env.APP_URL || 'something'
}
}
})
appUrl: process.env.APP_URL || "something",
},
},
});