mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +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": {
|
"buildCommand": "npm run build",
|
||||||
"api/**/*.js": {
|
"installCommand": "npm install"
|
||||||
"maxDuration": 300
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"buildCommand": "npm run build-db && npm run build"
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue