Skip to content

Commit

Permalink
increase size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mineev committed Jul 12, 2022
1 parent 4889afd commit 3c90f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/.size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = [
},
{
path: 'public/remark.mjs',
limit: '73 KB',
limit: '75 KB',
},
{
path: 'public/remark.css',
Expand All @@ -21,7 +21,7 @@ module.exports = [
},
{
path: 'public/deleteme.mjs',
limit: '11 KB',
limit: '14 KB',
},
{
path: 'public/counter.mjs',
Expand Down

0 comments on commit 3c90f6a

Please sign in to comment.