umami/vercel.json

8 lines
100 B
JSON
Raw Normal View History

2023-03-28 23:02:36 +00:00
{
"functions": {
"pages/api/**/*": {
"includeFiles": "node_modules/.geo/**"
}
}
}