Skip to content

Commit fc99764

Browse files
committed
increase size limit
1 parent f137c13 commit fc99764

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.size-limit.cjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ const getSimpleExamplePageLimits = () => {
1919
const limitCfg = {
2020
defaultSize: '90kb',
2121
pages: {
22-
'/': '85kb',
22+
'/': '97kb',
2323
'/404': '90kb',
24-
'/_app': '105kb',
25-
'/_error': '82Kb',
26-
'/second-page': '85Kb',
24+
'/_app': '114kb',
25+
'/_error': '93Kb',
26+
'/second-page': '97Kb',
2727
},
2828
}
2929
let pageLimits = []

0 commit comments

Comments
 (0)