Skip to content

Commit 5e679d4

Browse files
committed
updated vercel.json
1 parent 36a21d4 commit 5e679d4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

vercel.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": 2,
32
"builds": [
43
{
54
"src": "frontend/package.json",
@@ -9,10 +8,7 @@
98
}
109
}
1110
],
12-
"cleanUrls": true,
13-
"trailingSlash": false,
14-
"routes": [
15-
{ "handle": "filesystem" },
16-
{ "src": "/(.*)", "dest": "/index.html" }
11+
"rewrites": [
12+
{ "source": "/(.*)", "destination": "/" }
1713
]
1814
}

0 commit comments

Comments
 (0)