gatsby-mdx-tts
Advanced tools
Changelog
1.0.0
SpeechOutput
component imports in your MDX files: import SpeechOutput from "gatsby-mdx-tts/SpeechOutput.js";
as MDX v2 only supports ESM imports.awsCredentials
was removed. Use awsProfile
or environment variables instead (see README for details).npx gatsby clean
as the cache mechanics have changed.skipRegeneratingIfExistingInPublicFolder
configuration option to allow skipping regenerating all audio files and speech marks when Gatsby cache is cleared and they already exist in the public folder.