Relative assets #123
Answered
by
ElMassimo
davestewart
asked this question in
Q&A
-
In VuePress you can locate images locally, then reference using a relative path:
In ---
title: Some post
thumbnail: ./assets/thumb.png
---
My cool post!
<img src="./assets/image.png" />
... When the site is previewed or built, everything just works. Does îles do the same? |
Beta Was this translation helpful? Give feedback.
Answered by
ElMassimo
May 9, 2022
Replies: 1 comment 2 replies
-
Hi Dave! @davestewart The second case should work out of the box in îles. For the frontmatter asset reference, see this discussion. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ElMassimo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Dave! @davestewart
The second case should work out of the box in îles.
For the frontmatter asset reference, see this discussion.