Skip to content

Commit

Permalink
bump size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 13, 2024
1 parent 8783eac commit b712d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ module.exports = [
import: createImport('init'),
ignore: ['next/router', 'next/constants'],
gzip: true,
limit: '38 KB',
limit: '39 KB',
},
// SvelteKit SDK (ESM)
{
Expand Down

0 comments on commit b712d82

Please sign in to comment.