Skip to content

Commit c32d2f2

Browse files
committed
Start on the first slide if there are none
1 parent b6014b6 commit c32d2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/talks/piter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export default {
306306
mounted: function() {
307307
this.currentSlideIndex = this.$route.query.slide
308308
? this.$route.query.slide
309-
: 2
309+
: 1
310310
this.currentSlide = this.slides[this.currentSlideIndex - 1]
311311
this.$store.state.presentation.isLive = true
312312
},

0 commit comments

Comments
 (0)