From e75520b28c72d68d7484e865d9012269ca7df334 Mon Sep 17 00:00:00 2001 From: bluwy Date: Wed, 3 Jan 2024 15:46:35 +0800 Subject: [PATCH] Update default image service section --- src/content/docs/en/guides/images.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/guides/images.mdx b/src/content/docs/en/guides/images.mdx index 0f383bbfe856f..244749a94bd7d 100644 --- a/src/content/docs/en/guides/images.mdx +++ b/src/content/docs/en/guides/images.mdx @@ -665,7 +665,7 @@ If the image is merely decorative (i.e. doesn’t contribute to the understandin ## Default image service -[Sharp](https://github.com/lovell/sharp) is the default image service used for `astro:assets`. +[Sharp](https://github.com/lovell/sharp) is the default image service used for `astro:assets`. You can further configure the image service using the [`image.service`](/en/reference/configuration-reference/#imageservice) option. :::note When using a [strict package manager](https://pnpm.io/pnpm-vs-npm#npms-flat-tree) like `pnpm`, you may need to manually install Sharp into your project even though it is an Astro dependency: