Skip to content

Instantly share code, notes, and snippets.

@willread
Last active August 29, 2015 13:56
Show Gist options
  • Save willread/8851212 to your computer and use it in GitHub Desktop.
Save willread/8851212 to your computer and use it in GitHub Desktop.
Dynamic Base HREF's for hosting single page apps under variable paths (ie: google docs)
<script type="text/javascript">
document.write("<base href='" + document.location.href.replace("index.html", "").split("#")[0] + "' />");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment