0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

Fix missing language tag on README code block (#4940)

This commit is contained in:
Chris Swithinbank 2022-10-01 00:29:11 +02:00 committed by GitHub
parent 5bcddc3120
commit f9261ddd00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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({ export default defineConfig({
integrations: [image({ integrations: [image({
// may be useful if your hosting provider allows caching between CI builds // may be useful if your hosting provider allows caching between CI builds