🎢 Environment
Vite로 생성한 React 프로젝트였고, react-router-dom 라이브러리로 라우팅을 구현했다.
🚨 Problem
404: NOT_FOUND
🔫 Trouble Shooting
root에 vercel.json 파일을 생성해 준다.
{
"routes": [
{ "src": "/[^.]+", "dest": "/", "status": 200 }
]
}
'개발' 카테고리의 다른 글
nvm (0) | 2024.07.18 |
---|---|
github actions (0) | 2024.07.17 |
git hooks, husky를 활용한 초기 세팅 + Jira (2) | 2024.07.16 |
yarn berry, zero install (0) | 2024.07.16 |
New friends (0) | 2024.07.16 |