From f9261ddd000252376bbe78c8a7edf5b4c24d19f4 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Sat, 1 Oct 2022 00:29:11 +0200 Subject: [PATCH] Fix missing language tag on README code block (#4940) --- packages/integrations/image/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index a1ff9cec3e..43f9358892 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -461,7 +461,7 @@ Local images will be cached for 1 year and invalidated when the original image f By default, transformed images will be cached to `./node_modules/.astro/image`. This can be configured in the integration's config options. -``` +```js export default defineConfig({ integrations: [image({ // may be useful if your hosting provider allows caching between CI builds