We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75693bd commit 3f5b9caCopy full SHA for 3f5b9ca
1 file changed
vercel.json
@@ -1,3 +1,8 @@
1
{
2
-
+ "rewrites": [
3
+ {
4
+ "source": "/(.*)",
5
+ "destination": "/index.html"
6
+ }
7
+ ]
8
}
0 commit comments