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 cd27a86 commit a87be35Copy full SHA for a87be35
frontend/vercel.json
@@ -0,0 +1,6 @@
1
+{
2
+ "rewrites": [
3
+ { "source": "/api/(.*)", "destination": "/api/$1" },
4
+ { "source": "/(.*)", "destination": "/index.html" }
5
+ ]
6
+}
0 commit comments