From 84b8607bec78523fe7508597ed1fc7b53393fbdf Mon Sep 17 00:00:00 2001 From: clkim Date: Tue, 16 Sep 2025 16:52:36 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20e?= =?UTF-8?q?nv=EA=B0=92=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 1 - .env.live | 1 - .env.sandbox | 1 - nuxt.config.ts | 1 - 4 files changed, 4 deletions(-) diff --git a/.env.dev b/.env.dev index cb3ca49..f3dd0cb 100644 --- a/.env.dev +++ b/.env.dev @@ -2,7 +2,6 @@ RUN_TYPE=dev BASE_DOMAIN='.onstove.com' # URLS ############################################################################## -BASE_API_URL='https://api-dev.onstove.com' STATIC_URL='https://static-pubcomm.gate8.com' # STOVE ############################################################################# diff --git a/.env.live b/.env.live index f8ee6a2..36ba550 100644 --- a/.env.live +++ b/.env.live @@ -2,7 +2,6 @@ RUN_TYPE=live BASE_DOMAIN='.onstove.com' # URLS ############################################################################## -BASE_API_URL='https://api.onstove.com' STATIC_URL='https://static-pubcomm.onstove.com' # STOVE ############################################################################# diff --git a/.env.sandbox b/.env.sandbox index 4e31dcd..a1126db 100644 --- a/.env.sandbox +++ b/.env.sandbox @@ -2,7 +2,6 @@ RUN_TYPE=sandbox BASE_DOMAIN='.gate8.com' # URLS ############################################################################## -BASE_API_URL='https://api.gate8.com' STATIC_URL='https://static-pubcomm.gate8.com' # STOVE ############################################################################# diff --git a/nuxt.config.ts b/nuxt.config.ts index 525a678..de3a4d5 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -76,7 +76,6 @@ export default defineNuxtConfig({ runType: process.env.RUN_TYPE, baseDomain: process.env.BASE_DOMAIN, - baseApiUrl: process.env.BASE_API_URL, staticUrl: process.env.STATIC_URL, stoveApiUrl: process.env.STOVE_API_URL,