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 5ea482a commit 0db1443Copy full SHA for 0db1443
vercel.json
@@ -10,6 +10,6 @@
10
},
11
"rewrites": [
12
{ "source": "/api/(.*)", "destination": "/app/api/$1" },
13
- { "source": "/(.*)", "destination": "/app/dist/$1" }
+ { "source": "/(.*)", "destination": "/index.html" }
14
]
15
}
0 commit comments