Skip to content

Commit

Permalink
πŸ› Fix: vercel μ„€μ • 파일 ν˜Όν•©λœ λΌμš°νŒ… 속성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuke81 committed Nov 24, 2024
1 parent ad7c4e9 commit c4ae2d3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
{
"source": "/branchify/:path*",
"destination": "http://101.101.217.98:8080/:path*"
},
{
"source": "/(.*)",
"destination": "/index.html"
}
],
"version": 2,
"routes": [
{
"handle": "filesystem"
},
{
"src": "/.*",
"dest": "/index.html"
}
]
"version": 2
}

0 comments on commit c4ae2d3

Please sign in to comment.