From 21ee4fdc5f512f07040831b7aed55033a3754239 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Mon, 11 Mar 2024 06:30:48 -0700 Subject: [PATCH] test --- playground/astro.config.mts | 3 --- 1 file changed, 3 deletions(-) diff --git a/playground/astro.config.mts b/playground/astro.config.mts index 483536f..41cf328 100644 --- a/playground/astro.config.mts +++ b/playground/astro.config.mts @@ -9,7 +9,4 @@ export default defineConfig({ verbose: true, }) ], - image: { - service: squooshImageService(), - } });