Add slide number into URL so reloading works

This commit is contained in:
Jake Howard 2022-11-04 17:20:55 +00:00
parent 4b5a7d5d77
commit 828f9e0043
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -5,6 +5,7 @@ import Notes from 'reveal.js/plugin/notes/notes.js';
let deck = new Reveal({
plugins: [ Markdown, Notes ],
controlsTutorial: false,
hash: true
})
deck.initialize();