Skip to content

Commit 78984ff

Browse files
committed
fix vercel edge function
1 parent ad1d002 commit 78984ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rss/service/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"functions": {
3-
"/**": {
3+
"**": {
44
"runtime": "edge"
55
}
66
}

0 commit comments

Comments
 (0)