mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Added vercel.json.
This commit is contained in:
parent
f2d86f9307
commit
f3e146d0fb
1 changed files with 7 additions and 0 deletions
7
vercel.json
Normal file
7
vercel.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"functions": {
|
||||
"pages/api/**/*": {
|
||||
"includeFiles": "node_modules/.geo/**"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue