We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vercel.json
1 parent 7d10053 commit f087b0cCopy full SHA for f087b0c
vercel.json
@@ -0,0 +1,6 @@
1
+{
2
+ "rewrites": [
3
+ { "source": "/auth/callback", "destination": "/index.html" },
4
+ { "source": "/(.*)", "destination": "/index.html" }
5
+ ]
6
+}
0 commit comments