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

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

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) => {