From f7201e20dff683d8ed751b95e39bf0215a2246f7 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Mon, 11 Mar 2024 06:32:35 -0700 Subject: [PATCH] Remove squooshImageService import from astro.config.mts now that the integration is handling setting squoosh as the image service --- playground/astro.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/astro.config.mts b/playground/astro.config.mts index 41cf328..fd966d1 100644 --- a/playground/astro.config.mts +++ b/playground/astro.config.mts @@ -1,4 +1,4 @@ -import { defineConfig, squooshImageService } from "astro/config"; +import { defineConfig } from "astro/config"; import astroHashnode from "@matthiesenxyz/astro-hashnode"; // https://astro.build/config