로컬에서는 결과가 나왔는데, 버셀 배포후에 동적라우팅이 안됐다.
// vercel.json
{
"rewrites": [
{ "source": "/api/(.*)", "destination": "/api/$1" },
{
"source": "/api/fortune/result/:id",
"destination": "/api/fortune/result/[id]"
},
{ "source": "/(.*)", "destination": "/index.html" }
]
}
임시저장이 이제 세 개 남았다 ..
반응형