deptmatch-api / vercel.json
maninglearchine's picture
fix: Vercel 404 수정 및 API_BASE 환경별 분리
e6e8ff4
Raw
History Blame Contribute Delete
105 Bytes
{
"outputDirectory": "frontend",
"rewrites": [
{ "source": "/(.*)", "destination": "/$1" }
]
}