Skip to content

Commit c30f133

Browse files
authored
feat: rewrite /openapi.json → /api/openapi.json (#467)
1 parent 670bb31 commit c30f133

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"rewrites": [
3+
{
4+
"source": "/openapi.json",
5+
"destination": "/api/openapi.json"
6+
}
7+
],
28
"redirects": [
39
{
410
"source": "/:path(.*)",

0 commit comments

Comments
 (0)