diff --git a/src/components/VideoRedirect.vue b/src/components/VideoRedirect.vue index d9650a3..859714b 100644 --- a/src/components/VideoRedirect.vue +++ b/src/components/VideoRedirect.vue @@ -7,7 +7,7 @@ export default { mounted () { const videoId = this.$route.params.videoId if (videoId) { - this.$router.push({ + this.$router.replace({ path: '/watch', query: { v: videoId } })