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(), - } });