Skip to content

Commit

Permalink
bump libraries sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Nov 9, 2024
1 parent d6353e1 commit 63efc2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hugo/.size-limit.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module.exports = [
{
path: 'static/build/app.js',
limit: '20 KB',
limit: '22 KB',
},
{
path: 'static/build/manifest.js',
limit: '1.50 KB',
limit: '4 KB',
},
{
path: 'static/build/vendor.js',
limit: '105 KB',
limit: '110 KB',
},
{
path: 'static/build/vendor~sentry.js',
limit: '105 KB',
limit: '110 KB',
},
{
path: 'static/build/app.css',
Expand Down

0 comments on commit 63efc2a

Please sign in to comment.