32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="AI 기반 개인 맞춤형 건강관리 서비스" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>HealthSync - AI 건강 코치</title>
|
|
|
|
<!-- Runtime configuration을 먼저 로드 -->
|
|
<script>
|
|
// 기본값 설정 (runtime-env.js가 로드되지 않을 경우 대비)
|
|
window.__runtime_config__ = {
|
|
GOOGLE_CLIENT_ID: '487051701969-djfjpee90l9hesopa2dgqll4sagbho0p.apps.googleusercontent.com',
|
|
AUTH_URL: 'http://team1tier.20.214.196.128.nip.io/api/auth',
|
|
HEALTH_URL: 'http://team1tier.20.214.196.128.nip.io/api/health',
|
|
INTELLIGENCE_URL: 'http://team1tier.20.214.196.128.nip.io/api/intelligence',
|
|
GOAL_URL: 'http://team1tier.20.214.196.128.nip.io/api/goals',
|
|
MOTIVATOR_URL: 'http://team1tier.20.214.196.128.nip.io/api/motivator'
|
|
};
|
|
</script>
|
|
<script src="%PUBLIC_URL%/runtime-env.js" onerror="console.log('runtime-env.js 로드 실패, 기본값 사용')"></script>
|
|
</head>
|
|
<body>
|
|
<noscript>JavaScript를 활성화해야 이 앱을 실행할 수 있습니다.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|