jekyll / jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
https://jekyll.github.io/jekyll-seo-tag
MIT License
1.66k stars 294 forks source link

Prevent converting %2F to / in images #349

Closed mikkopaderes closed 5 years ago

mikkopaderes commented 5 years ago

So my images contains %2F in their name that I don't want to convert to /.

Here's an example: https://firebasestorage.googleapis.com/v0/b/cenchat-app.appspot.com/o/assets%2Fimages%2Flogos%2Fcenchat-icon-wob-192.png?alt=media&token=7290d055-156c-467a-a4fb-69dda5842b71

If we convert that to:

https://firebasestorage.googleapis.com/v0/b/cenchat-app.appspot.com/o/assets/images/logos/cenchat-icon-wob-192.png?alt=media&token=7290d055-156c-467a-a4fb-69dda5842b71

It becomes inaccessible. Is there anyway to configure not encoding the URL for images?

ashmaroli commented 5 years ago

@mikkopaderes Have you found a solution for this?

mikkopaderes commented 5 years ago

@ashmaroli no I didn't but I figured that the easiest fix would just to not host these assets in Google Cloud Storage.