summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> 2024-02-18 20:41:18 +0000
committerGravatar GitHub <noreply@github.com> 2024-02-18 20:41:18 +0000
commit0c2ab5b155eb20f08772bc10b1db2409ce5bf04e (patch)
treee24789ad2a24db07dab9a2025e68db0171c97c18
parentddf0f924b53dbf2a956b011ceec925c22f62de59 (diff)
downloadastro-0c2ab5b155eb20f08772bc10b1db2409ce5bf04e.tar.gz
astro-0c2ab5b155eb20f08772bc10b1db2409ce5bf04e.tar.zst
astro-0c2ab5b155eb20f08772bc10b1db2409ce5bf04e.zip
Fix docs markdown link (#10155)
-rw-r--r--packages/astro/src/core/errors/errors-data.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts
index c4ef4e4e3..e1eeae984 100644
--- a/packages/astro/src/core/errors/errors-data.ts
+++ b/packages/astro/src/core/errors/errors-data.ts
@@ -520,7 +520,7 @@ export const InvalidImageService = {
* - [Images](https://docs.astro.build/en/guides/images/)
* - [Image component#width-and-height-required](https://docs.astro.build/en/guides/images/#width-and-height-required-for-images-in-public)
* @description
- * For remote images, `width` and `height` cannot automatically be inferred from the original file. To avoid cumulative layout shift (CLS), either specify these two properties, or set [inferSize`](https://docs.astro.build/en/guides/images/#infersize) to `true` to fetch a remote image's original dimensions.
+ * For remote images, `width` and `height` cannot automatically be inferred from the original file. To avoid cumulative layout shift (CLS), either specify these two properties, or set [`inferSize`](https://docs.astro.build/en/guides/images/#infersize) to `true` to fetch a remote image's original dimensions.
*
* If your image is inside your `src` folder, you probably meant to import it instead. See [the Imports guide for more information](https://docs.astro.build/en/guides/imports/#other-assets).
*/