We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faffaa commit 14c7eb6Copy full SHA for 14c7eb6
src/pages/Landing.tsx
@@ -4,7 +4,7 @@ export default function LandingPage() {
4
const isDockerEnv = window.location.hostname === "backend"; // Docker 내부인지 확인
5
const BACKEND_URL = isDockerEnv
6
? "http://backend:8080" // Docker 컨테이너 내부에서 실행할 때
7
- : import.meta.env.VITE_BACKEND_URL || "http://localhost:8080"; // 로컬 환경
+ : import.meta.env.VITE_BACKEND_URL || "https://blarybus.seunghooo.p-e.kr"; // 로컬 환경
8
9
const handleGoogleLogin = async () => {
10
try {
0 commit comments