diff --git a/nuxt.config.ts b/nuxt.config.ts index 807dbad..5b55cae 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -4,7 +4,8 @@ export default defineNuxtConfig({ ssr: true, runtimeConfig: { public: { - endpoint: process.env.NUXT_PUBLIC_ENDPOINT, // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable + endpoint: + process.env.NUXT_PUBLIC_ENDPOINT || "https://playtest.legonzaur.fr", // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable discordLoginEndpoint: process.env.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT, }, },