This commit is contained in:
+2
-1
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user