You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using your plugins for gatsby-transformer-rehype and I discover an issue regarding SVG.
SVG are converted to png but files are still named filename.svg.
Checking the code it seems that gif and svg images are omitted: fileType !== 'gif' && fileType !== 'svg'
but console logging filtetype values are .gif or .svg so thos files are never omitted.
Feel free to ask if you want more debug informations.
Good job for the work you did with this plugin 👍
The text was updated successfully, but these errors were encountered:
Thanks for bringing this to our notice. Our team is working on adding new features to Draftbox CMS and might not be able to fix this issue in recent timeline. We would definitely welcome a PR, and if you have any questions let us know!
Hello,
I started using your plugins for
gatsby-transformer-rehype
and I discover an issue regarding SVG.SVG are converted to png but files are still named
filename.svg
.Checking the code it seems that gif and svg images are omitted:
fileType !== 'gif' && fileType !== 'svg'
but console logging filtetype values are
.gif
or.svg
so thos files are never omitted.Feel free to ask if you want more debug informations.
Good job for the work you did with this plugin 👍
The text was updated successfully, but these errors were encountered: