diff --git a/src/content/docs/en/reference/configuration-reference.mdx b/src/content/docs/en/reference/configuration-reference.mdx index 30d842068da64..a907cadcc1a6f 100644 --- a/src/content/docs/en/reference/configuration-reference.mdx +++ b/src/content/docs/en/reference/configuration-reference.mdx @@ -1138,7 +1138,7 @@ You can use wildcards to define the permitted `hostname` and `pathname` values a

**Type:** `boolean`
-**Default:** `false` +**Default:** `false`

@@ -1146,8 +1146,7 @@ Whether to automatically add global styles for responsive images. You should ena This option is only used when `layout` is set to `constrained`, `full-width`, or `fixed` using the configuration or the `layout` prop on the image component. -See [the Images guide](/en/guides/images/#responsive-image-styles) for more information. - +See [the images docs](/en/guides/images/#responsive-image-styles) for more information. ### image.layout @@ -1188,7 +1187,8 @@ See [the `fit` component property](/en/reference/modules/astro-assets/#fit) for

-The default [`object-position` CSS property value](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) for responsive images. Can be overridden by the `position` prop on an individual image component. Requires a value for `layout` to be set. +The default [`object-position` CSS property value](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) for responsive images. Can be overridden by the `position` prop on the image component. +Requires a value for `layout` to be set. See [the `position` component property](/en/reference/modules/astro-assets/#position) for more details.