diff options
author | 2022-10-01 00:29:11 +0200 | |
---|---|---|
committer | 2022-10-01 00:29:11 +0200 | |
commit | f9261ddd000252376bbe78c8a7edf5b4c24d19f4 (patch) | |
tree | 859e8851a68d4db931f8b90119f805a147cdebbe | |
parent | 5bcddc3120036cd18f5845736a25cf484e2c653e (diff) | |
download | astro-f9261ddd000252376bbe78c8a7edf5b4c24d19f4.tar.gz astro-f9261ddd000252376bbe78c8a7edf5b4c24d19f4.tar.zst astro-f9261ddd000252376bbe78c8a7edf5b4c24d19f4.zip |
Fix missing language tag on README code block (#4940)
-rw-r--r-- | packages/integrations/image/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index a1ff9cec3..43f935889 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 |