From 8dbb64a540f691eed3138c2ce623271f8ea00eb0 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Wed, 31 Jul 2024 19:25:22 +0200 Subject: [PATCH] aaaaaa --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 5b55cae..df35386 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -5,7 +5,7 @@ export default defineNuxtConfig({ runtimeConfig: { public: { endpoint: - process.env.NUXT_PUBLIC_ENDPOINT || "https://playtest.legonzaur.fr", // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable + process.env.NUXT_PUBLIC_ENDPOINT || "https://playtest.legonzaur.fr/api", // can be overridden by NUXT_PUBLIC_ENDPOINT environment variable discordLoginEndpoint: process.env.NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT, }, },