Remove squooshImageService import from astro.config.mts now that the integration is handling setting squoosh as the image service
This commit is contained in:
parent
21ee4fdc5f
commit
f7201e20df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue