We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d9cbe commit 296b9faCopy full SHA for 296b9fa
htmltoolkit/src/routes/HTMLPlayerBeta/+page.svelte
@@ -0,0 +1,8 @@
1
+<script lang="ts">
2
+ import { onMount } from 'svelte';
3
+ import { goto } from '$app/navigation';
4
+
5
+ onMount(() => {
6
+ goto('/beta/HTMLPlayerBeta', { replaceState: true });
7
+ });
8
+</script>
0 commit comments