fix: 운영 웹 API를 상대경로(/api)로 교정 (localhost 박힘 문제)
CI / build (push) Failing after 10m31s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-05-31 20:25:57 +09:00
parent 772bc85bae
commit 3cc3328b23
+2 -2
View File
@@ -1,2 +1,2 @@
# 운영 환경: 실제 백엔드 주소로 교체하세요
VITE_API_BASE_URL=http://localhost:8080/api
# 운영 웹 빌드(`npm run build`) — Nginx 가 같은 도메인의 /api 를 백엔드(8080)로 프록시하므로 상대경로 사용
VITE_API_BASE_URL=/api