-
I defined a They look like this ---
title: Hello World
banner: ~/images/hello-world.webp
---
Hello Then I get this field in layout like this <template>
<img :src=$frontmatter.banner />
</template> Rendered like this <img src="~/images/hello-world.webp"> How can I get it to render as expected? |
Beta Was this translation helpful? Give feedback.
Answered by
ElMassimo
Feb 21, 2022
Replies: 1 comment
-
Please read this similar discussion which provides several options to tackle this use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ElMassimo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please read this similar discussion which provides several options to tackle this use case.