Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Relative URLs in feeds are broken #5

Open
maximevaillancourt opened this issue May 31, 2017 · 1 comment
Open

Relative URLs in feeds are broken #5

maximevaillancourt opened this issue May 31, 2017 · 1 comment
Labels

Comments

@maximevaillancourt
Copy link
Owner

maximevaillancourt commented May 31, 2017

Relative links in feeds don't work, since they're expanded to the wrong domain. For instance,

/relative/url/example

is currently expanded to

https://json-feed-viewer.herokuapp.com/relative/url/example

when it should expand to

//feed.domain/relative/url/example

@paulradzkov
Copy link

I believe just adding <base href="//feed.domain"> to html head will be enough.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants