umami/vercel.json
2023-03-28 16:02:36 -07:00

8 lines
100 B
JSON

{
"functions": {
"pages/api/**/*": {
"includeFiles": "node_modules/.geo/**"
}
}
}