diff --git a/src/index.js b/src/index.js index ba82208..b4b57e2 100644 --- a/src/index.js +++ b/src/index.js @@ -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();