datocms / gatsby-source-datocms

Official GatsbyJS source plugin to pull content from DatoCMS
MIT License
140 stars 50 forks source link

Imgix auto format breaks PDFs/documents #145

Closed claygiffin closed 3 years ago

claygiffin commented 3 years ago

Problem: Automatically adding "auto=format" to every single asset URL by default causes PDFs to open as images instead of opening as pdfs, breaking old links and making pdf urls unusable.

Solution: First check whether "isImage" is true/false before applying auto format to the asset.

stefanoverna commented 3 years ago

Thanks for noticing @claygiffin! We just solved the issue in v2.5.15!