Skip to content

Commit

Permalink
Update packages/astro/src/integrations/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
Princesseuh and natemoo-re authored Aug 2, 2023
1 parent bc91d59 commit 90ffd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/integrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export async function runHookConfigDone({
info(
logging,
'astro',
`The selected adapter ${adapter.name} does not support Sharp or Squoosh as image services. To ensure your project still build, image processing has been disabled.`
`The selected adapter ${adapter.name} does not support Sharp or Squoosh for image processing. To ensure your project is still able to build, image processing has been disabled.`
);
settings.config.image.service = {
entrypoint: 'astro/assets/services/noop',
Expand Down

0 comments on commit 90ffd3d

Please sign in to comment.