From 828f9e004346bf68e6ce7ed2147400657b116601 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 4 Nov 2022 17:20:55 +0000 Subject: [PATCH] Add slide number into URL so reloading works --- src/index.js | 1 + 1 file changed, 1 insertion(+) 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();