From 3679c0a6845df2e9df9051b00d999499991bd118 Mon Sep 17 00:00:00 2001 From: seoyoonyi Date: Mon, 1 Jul 2024 00:23:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20base=20URL=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++--- vite.config.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index bcb271d..8d87627 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - - + + CubeIT - +
diff --git a/vite.config.js b/vite.config.js index 32e95f7..d656edd 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,7 +4,7 @@ export default ({ mode }) => { const env = loadEnv(mode, process.cwd()); return defineConfig({ - base: '/idle-intranet-service', + base: process.env.BASE_URL || '/', server: { proxy: { '/api': {