empress / broccoli-static-site-json

Build static markdown files into JSON
32 stars 8 forks source link

fingerprinting & front matter? #54

Open MelSumner opened 3 years ago

MelSumner commented 3 years ago

I ran into an issue where an image defined in the frontmatter of my .md file wasn't showing up until I turned off fingerprinting.

Thanks for considering!

mansona commented 3 years ago

Alas you need to turn off fingerprinting for those files if you want it to work properly. There is a fundamental problem with how fingerprinting is currently implemented that we can't get around 😞

You can read more about the problem in this issue https://github.com/ef4/prember/issues/52