DEV Community

Discussion on: Build a static generated blog with Nuxt v2.13.0 and @nuxt/content

Collapse
 
taylerramsay profile image
Ramsay Design

Did you find a way to access local images from your frontmatter? I have been trying to add an image url in my frontmatter pointing to my assets folder so I can use it in my meta data to create a twitter card with the blog posts image in it when sharing the on social media. From what I'v read the content module doesn't use webpack when compiling the markdown files so the image url is not correct.