diff --git a/src/content/docs/en/guides/assets.mdx b/src/content/docs/en/guides/assets.mdx index 68f0298a93cf4..96d05cfe90a43 100644 --- a/src/content/docs/en/guides/assets.mdx +++ b/src/content/docs/en/guides/assets.mdx @@ -232,7 +232,7 @@ export default defineConfig({ The protocol, hostname, pathname, and port of the image URL can be checked using this method. For instance, you could allow only images being served from HTTPs using `{ protocol: "https" }`. -See [`image.domains`](/en/reference/configuration-reference/#imagedomains) and [`image.remotePatterns`](/en/reference/configuration-reference/#imageremotepatterns) for detailed configuration instructions. +See [`image.domains`](/en/reference/configuration-reference/#imagedomains-experimental) and [`image.remotePatterns`](/en/reference/configuration-reference/#imageremotepatterns-experimental) for detailed configuration instructions. ## `astro:assets` module