Disable updateUrl because it's causing issues on the server
All checks were successful
continuous-integration/laminar-elessar Build 83 succeeded in 48 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 83 succeeded in 48 seconds .
This commit is contained in:
parent
c988a0c73d
commit
9fcc3d39ef
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue