Skip to content

Commit 413d832

Browse files
committed
feat: attempt to always redirect to target endpoint
1 parent 9f0d9d7 commit 413d832

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vercel.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"git": {
33
"deploymentEnabled": false
4-
}
4+
},
5+
"redirects": [
6+
{ "source": "/", "destination": "/api/posts", "permanent": false }
7+
]
58
}

0 commit comments

Comments
 (0)