Add slide number into URL so reloading works
This commit is contained in:
parent
4b5a7d5d77
commit
828f9e0043
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import Notes from 'reveal.js/plugin/notes/notes.js';
|
||||||
let deck = new Reveal({
|
let deck = new Reveal({
|
||||||
plugins: [ Markdown, Notes ],
|
plugins: [ Markdown, Notes ],
|
||||||
controlsTutorial: false,
|
controlsTutorial: false,
|
||||||
|
hash: true
|
||||||
})
|
})
|
||||||
deck.initialize();
|
deck.initialize();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue