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 9f0d9d7 commit 413d832Copy full SHA for 413d832
vercel.json
@@ -1,5 +1,8 @@
1
{
2
"git": {
3
"deploymentEnabled": false
4
- }
+ },
5
+ "redirects": [
6
+ { "source": "/", "destination": "/api/posts", "permanent": false }
7
+ ]
8
}
0 commit comments