Skip to content

Commit

Permalink
fix limitCfg
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 1, 2023
1 parent 29908d8 commit da90fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const getSimpleExamplePageLimits = () => {
'/': '85kb',
'/404': '90kb',
'/_app': '105kb',
'/_error': '80Kb',
'/_error': '82Kb',
'/second-page': '85Kb',
},
}
Expand Down

0 comments on commit da90fae

Please sign in to comment.