aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/vite.config.ts
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-10 00:14:17 +0900
committernsfisis <nsfisis@gmail.com>2024-08-10 00:14:17 +0900
commitb450648caa0d1bd5c91e67a33153bbacaf57f006 (patch)
tree8dce01b8eb398759a3abdb97d3d333b52738c768 /frontend/vite.config.ts
parenta7342525e5e4052113e6d5e75b6fd50c91687514 (diff)
downloadiosdc-japan-2025-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.tar.gz
iosdc-japan-2025-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.tar.zst
iosdc-japan-2025-albatross-b450648caa0d1bd5c91e67a33153bbacaf57f006.zip
feat: prepend base path
Diffstat (limited to 'frontend/vite.config.ts')
-rw-r--r--frontend/vite.config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts
index e07fb91..bb04554 100644
--- a/frontend/vite.config.ts
+++ b/frontend/vite.config.ts
@@ -10,6 +10,7 @@ export default defineConfig({
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
},
+ basename: "/iosdc-japan/2024/code-battle/",
}),
tsconfigPaths(),
],