From 3669a1232244dc9b7f4f427d1b7edbb82375569e Mon Sep 17 00:00:00 2001 From: Ike Saunders Date: Wed, 11 Sep 2024 15:31:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9D=20increase=20css=20bundlewatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bundlewatch.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 4ffd29377e1..9b9654e718f 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -6,7 +6,7 @@ }, { "path": "./dist/assets/owid.css", - "maxSize": "430KB" + "maxSize": "450KB" } ], "defaultCompression": "none"