Skip to content

Commit

Permalink
fix live redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-0 authored Jan 26, 2024
1 parent 667f66f commit 9d868c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Live/Live.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
export default {
mounted() {
window.location.href = 'https://youtube.com/@stevensonpatriotathletics6955?/live';
window.location.href = 'https://youtube.com/@stevensonpatriotathletics6955/live';
},
};
</script>

0 comments on commit 9d868c8

Please sign in to comment.