ci: fix nextjs bundle analysis

This commit is contained in:
iCrawl
2023-01-12 09:44:07 +01:00
parent 2798ba1eb3
commit e042492486
2 changed files with 25 additions and 18 deletions

View File

@@ -99,5 +99,10 @@
},
"engines": {
"node": ">=16.9.0"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"showDetails": true
}
}