Skip to content

Commit c4bdad0

Browse files
committed
chore: tweak size-limit
1 parent e6827e9 commit c4bdad0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"name": "/index.html",
3535
"path": "examples/basics/dist/index.html",
36-
"limit": "10 kB",
36+
"limit": "8 kB",
3737
"gzip": true
3838
},
3939
{
@@ -48,7 +48,7 @@
4848
"examples/basics/dist/_astro/*.css",
4949
"!examples/basics/dist/_astro/print.*.css"
5050
],
51-
"limit": "14.75 kB",
51+
"limit": "16.75 kB",
5252
"gzip": true
5353
}
5454
],

0 commit comments

Comments
 (0)