From acff1caffa0b2fbc537d8a45905d65e18927edb8 Mon Sep 17 00:00:00 2001 From: mehm8128 Date: Wed, 24 Jan 2024 22:57:24 +0900 Subject: [PATCH] =?UTF-8?q?base=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 1a40bd58..1967c46b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,6 +6,7 @@ import PurgeIcons from 'vite-plugin-purge-icons' const srcPath = path.resolve(__dirname, 'src').replace(/\\/g, '/') const config: UserConfig = { + base: '/admin/', resolve: { alias: { '/@': srcPath