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:
parent
5bcddc3120
commit
f9261ddd00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue