fix: base 경로를 './'로 통일 (서버 루트 배포)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
이희원 2026-06-20 04:32:12 +09:00
parent c451d47568
commit 84bdb5de9f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import viteImagemin from 'vite-plugin-imagemin'
export default defineConfig({
root: 'src',
base: process.env.NODE_ENV === 'production' ? '/project-bodalab/' : './',
base: './',
build: {
outDir: '../dist',
emptyOutDir: true,