Disable updateUrl because it's causing issues on the server
continuous-integration/laminar-elessar Build 83 succeeded in 48 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2019-03-12 21:38:23 +00:00
parent c988a0c73d
commit 9fcc3d39ef
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ window.addEventListener("load", function(_event) {
slideSelector: "article",
resetSlides: true,
keyboardEvents: true,
updateURL: true
updateURL: false // FUTURE: Is there a way of doing this with #THING instead of /THING?
});
Slideshow.emitter.on("navigate", (event) => {