Skip to content

Commit

Permalink
fix: size limits for web app
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Mar 21, 2023
1 parent 2bc6d81 commit 10b7660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/.size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const limitCfg = {
pages: {
'/': '150kb',
'/404': '150kb',
'/_app': '170kb',
'/_app': '180kb',
'/_error': '140kb',
'/_monitor/sentry/csr-page': '85kb',
'/_monitor/sentry/ssr-page': '85kb',
Expand Down

0 comments on commit 10b7660

Please sign in to comment.