mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-23 07:48:56 +00:00
chore: update nuxt examples
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user