umami/vercel.json

8 lines
100 B
JSON

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