Skip to content

Commit 755eb5c

Browse files
committed
include asseets with endpoint
1 parent 5d55160 commit 755eb5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vercel.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"functions": {
33
"api/**/*.js": {
4-
"maxDuration": 10
4+
"maxDuration": 10,
5+
"includeFiles": "assets/**/*.*"
56
}
67
}
78
}

0 commit comments

Comments
 (0)