Skip to content

Commit 538ef0c

Browse files
authored
Merge pull request #25 from subha0319/Project-Manager-UI-enhancement
Closes the issue #23: Bug: Vercel 404 Error on Custom Path
2 parents a3fa6ae + e1a028c commit 538ef0c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

frontend/vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/(.*)",
5+
"destination": "/index.html"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)