Skip to content

Commit e12a94e

Browse files
authored
chore: configure preso options (#701)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 198da77 commit e12a94e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slides/src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ function App() {
2323
if (deckRef.current) return;
2424

2525
deckRef.current = new Reveal(deckDivRef.current, {
26-
transition: "none",
26+
transition: 'none',
27+
slideNumber: 'c',
2728
// other config options
2829
plugins: [
2930
RevealMarkdown,

0 commit comments

Comments
 (0)