From d5fbc8796ccd6f8c1c57ece9d0d23079423ebf5b Mon Sep 17 00:00:00 2001 From: DebugIsFalse Date: Wed, 7 Aug 2024 10:58:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0api=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index e879911..d1deb24 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -66,7 +66,7 @@ export default defineNuxtConfig({ }, runtimeConfig: { public: { - BASE_URL: 'https://gpu-pod656e861afe3d944d6b3ce77e-7862.node.inscode.run' + BASE_URL: 'https://gitbot.node.inscode.run' // 'https://gpu-pod656e861afe3d944d6b3ce77e-7862.node.inscode.run' } }, pwa: !sw ? {} : { -- GitLab