Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in blog Atom feed #421

Merged
merged 2 commits into from
Feb 1, 2018
Merged

Fix links in blog Atom feed #421

merged 2 commits into from
Feb 1, 2018

Commits on Jan 26, 2018

  1. Fix links in blog Atom feed

    The root URL was missing the baseURL portion. This is fine when a site is hosted on a custom URL such as docusaurus.io, because the generated URL will be valid (docusaurus.io/blog), but it breaks when the site is hosted on GitHub Pages (the React Native feed was using facebook.github.io/blog as the rootURL).
    hramos committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1d1a8ad View commit details
    Browse the repository at this point in the history
  2. Fix link to header image

    hramos committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    de1ebea View commit details
    Browse the repository at this point in the history