flogy / gatsby-mdx-tts

🗣 Adds speech output to your Gatsby site using Amazon Polly.
https://gatsby-mdx-tts.netlify.com
MIT License
10 stars 2 forks source link

Add content hashes to filenames #8

Open flogy opened 4 years ago

flogy commented 4 years ago

Currently, the generated MP3 and JSON files do not include any content hashes. Like this, they might be cached by client browsers instead of being refetched when they have changed.

This might also be the reason why during development some audio files do not reload in the browser after changing the MDX content.