cedricdelpoux / gatsby-source-google-docs

Gatsby plugin to use Google Docs as a data source
https://cedricdelpoux.github.io/gatsby-source-google-docs/
MIT License
211 stars 55 forks source link

Support image links with '-' in the domain name #243

Closed ajw029 closed 11 months ago

ajw029 commented 11 months ago

Images weren't being converted into static assets since the regex broke. I noticed the urls had - in the domain.

Ex: https://lh7-us.googleusercontent.com/...

cedricdelpoux commented 11 months ago

Thank you @ajw029 for reporting this and helping with this PR.

It's published in 2.4.3 version