- 오라클 폴더에 남아 있던 최신본(장소·축제·동선 지도·날씨·시술 후 관리 접이식)을 /stay 로 복원. 제목 Around The Clinic, 회복 일정 플래너 링크 - 내비 '주변 안내'·'Nearby', 언어 짝 /stay↔/en/stay, 사이트맵, /stay 리다이렉트 제거(/recovery→/plan 은 유지) - 구조 기준선 갱신(내비 항목 추가, haewon 지시 2026-09-11) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
38 lines
721 B
JSON
38 lines
721 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": "astro",
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist",
|
|
"build": {
|
|
"env": {
|
|
"SITE_URL": "https://view-supporters-sample.vercel.app",
|
|
"PUBLIC_INDEXABLE": "false"
|
|
}
|
|
},
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "X-Robots-Tag",
|
|
"value": "noindex, nofollow"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"cleanUrls": true,
|
|
"trailingSlash": false,
|
|
"redirects": [
|
|
{
|
|
"source": "/recovery",
|
|
"destination": "/plan",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/en/recovery",
|
|
"destination": "/en/plan",
|
|
"permanent": true
|
|
}
|
|
]
|
|
}
|