Skip to content

Commit 833bf1b

Browse files
committed
Fix Clean URL
1 parent 34b35be commit 833bf1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vercel.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
2+
"rewrites": [{ "source": "/(.*)", "destination": "/" }],
3+
"cleanUrls": true
34
}

0 commit comments

Comments
 (0)