You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project pages publish under a subfolder and require setting the baseurl property in config.yml. The page links need to be updated to use relative_url instead of site.url in most places. There are a few places where site.url still needs to be prepended.
Project pages publish under a subfolder and require setting the baseurl property in
config.yml
. The page links need to be updated to userelative_url
instead ofsite.url
in most places. There are a few places wheresite.url
still needs to be prepended.See https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl and github/pages-gem/issues/460 for more information.
The text was updated successfully, but these errors were encountered: