diff options
author | 2022-01-19 12:25:02 -0800 | |
---|---|---|
committer | 2022-01-19 15:25:02 -0500 | |
commit | 04c2e2e4cdba09ed3eecf4fce56420f4f1566656 (patch) | |
tree | b6ee77d9ba576e810aa75cf6c969d7a59a2bc888 /docs/src | |
parent | a8494a91d423101aef44ae58a215c3f974aaf5d7 (diff) | |
download | astro-04c2e2e4cdba09ed3eecf4fce56420f4f1566656.tar.gz astro-04c2e2e4cdba09ed3eecf4fce56420f4f1566656.tar.zst astro-04c2e2e4cdba09ed3eecf4fce56420f4f1566656.zip |
update image reference path (#2417)
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/en/guides/markdown-content.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/en/guides/markdown-content.md b/docs/src/pages/en/guides/markdown-content.md index 8050727f9..8233a8af4 100644 --- a/docs/src/pages/en/guides/markdown-content.md +++ b/docs/src/pages/en/guides/markdown-content.md @@ -158,7 +158,7 @@ For Markdown files, the `content` prop also has an `astro` property which holds Using images or videos follows Astro's normal import rules: - Place them in the `public/` as explained on the [project-structure page](/en/core-concepts/project-structure/#public) - - Example: Image is located at `/public/assets/img/astonaut.png` → Markdown: `` + - Example: Image is located at `/public/assets/img/astonaut.png` → Markdown: `` - Or use `import` as explained on the [imports page](/en/guides/imports#other-assets) (when using Astro's Markdown Component) ### Markdown draft pages |