Added vercel.json.

This commit is contained in:
Mike Cao 2023-03-28 16:02:36 -07:00
parent f2d86f9307
commit f3e146d0fb

7
vercel.json Normal file
View File

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