Skip to content

Commit 02fafdf

Browse files
committed
feat: add rewrites for API endpoint in Vercel configuration
1 parent 4101b13 commit 02fafdf

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
@@ -6,5 +6,8 @@
66
},
77
"env": {
88
"NODEJS_HELPERS": "0"
9-
}
9+
},
10+
"rewrites": [
11+
{ "source": "/", "destination": "/api/github/webhooks" }
12+
]
1013
}

0 commit comments

Comments
 (0)