diff options
Diffstat (limited to 'packages/astro/config.d.ts')
-rw-r--r-- | packages/astro/config.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/astro/config.d.ts b/packages/astro/config.d.ts index 675c783a1..a6f1191e0 100644 --- a/packages/astro/config.d.ts +++ b/packages/astro/config.d.ts @@ -26,6 +26,9 @@ export function getViteConfig( export function sharpImageService(config?: SharpImageServiceConfig): ImageServiceConfig; /** + * @deprecated The Squoosh image service is deprecated and will be removed in Astro 5.x. + * We suggest migrating to the default Sharp image service instead, as it is faster, more powerful and better maintained. + * * Return the configuration needed to use the Squoosh-based image service * See: https://docs.astro.build/en/guides/images/#configure-squoosh */ |