diff --git a/adev/src/content/guide/image-optimization.md b/adev/src/content/guide/image-optimization.md index b89278c5d60..d0c880c7839 100644 --- a/adev/src/content/guide/image-optimization.md +++ b/adev/src/content/guide/image-optimization.md @@ -194,7 +194,7 @@ NgOptimizedImage includes a number of features designed to improve loading perfo A [`preconnect` resource hint](https://web.dev/preconnect-and-dns-prefetch) for your image origin ensures that the LCP image loads as quickly as possible. -Preconnect links are automatically generated for domains provided as an argument to a [loader](#optional-set-up-a-loader). If an image origin cannot be automatically identified, and no preconnect link is detected for the LCP image, `NgOptimizedImage` will warn during development. In that case, you should manually add a resource hint to `index.html`. Within the `` of the document, add a `link` tag with `rel="preload"`, as shown below: +Preconnect links are automatically generated for domains provided as an argument to a [loader](#optional-set-up-a-loader). If an image origin cannot be automatically identified, and no preconnect link is detected for the LCP image, `NgOptimizedImage` will warn during development. In that case, you should manually add a resource hint to `index.html`. Within the `` of the document, add a `link` tag with `rel="preconnect"`, as shown below: @@ -432,4 +432,4 @@ For maintenance reasons, we don't currently plan to support additional built-in No, but this is on our roadmap, so stay tuned. -If you're waiting on this feature, please upvote the Github issue [here](https://github.com/angular/angular/issues/56594). \ No newline at end of file +If you're waiting on this feature, please upvote the Github issue [here](https://github.com/angular/angular/issues/56594).