Added vercel.json.

pull/1852/head
Mike Cao 2023-03-28 16:02:36 -07:00
parent f2d86f9307
commit f3e146d0fb
1 changed files with 7 additions and 0 deletions

7
vercel.json Normal file
View File

@ -0,0 +1,7 @@
{
"functions": {
"pages/api/**/*": {
"includeFiles": "node_modules/.geo/**"
}
}
}