o2o-infinith-demo/supporters/vercel.json
Haewon Kam d66e6279ed feat(supporters): 주변 안내(/stay·/en/stay) 복원 · 회복 일정 플래너(/plan)와 별개 페이지로
- 오라클 폴더에 남아 있던 최신본(장소·축제·동선 지도·날씨·시술 후 관리 접이식)을 /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>
2026-09-11 18:28:12 +09:00

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
}
]
}