mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fix vercel.json configuration for Next.js
Removed invalid functions pattern that was causing deployment errors. Simplified configuration for Next.js deployment on Vercel.
This commit is contained in:
parent
81ee9bdb46
commit
2c377c4bd6
1 changed files with 2 additions and 6 deletions
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
"functions": {
|
||||
"api/**/*.js": {
|
||||
"maxDuration": 300
|
||||
}
|
||||
},
|
||||
"buildCommand": "npm run build-db && npm run build"
|
||||
"buildCommand": "npm run build",
|
||||
"installCommand": "npm install"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue