Skip to content

Instantly share code, notes, and snippets.

@xeaone
Last active August 29, 2019 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xeaone/bd699ba1e59ca4dbfbcfd1f0d881c00e to your computer and use it in GitHub Desktop.
Save xeaone/bd699ba1e59ca4dbfbcfd1f0d881c00e to your computer and use it in GitHub Desktop.
Github Pages Base Tag Fix
window.location.hostname.indexOf('github.io') === -1 ? null : document.querySelector('base').href = '/' + window.location.pathname.split('/')[1] + '/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment