Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev authored Aug 18, 2023
1 parent eb91e6e commit 7c55b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7c55b5d

Please sign in to comment.