We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44244c commit 33e9cc5Copy full SHA for 33e9cc5
src/routes/+page.svelte
@@ -2,14 +2,14 @@
2
import { onMount } from 'svelte';
3
import { base } from '$app/paths';
4
onMount(() => {
5
- window.location.href = `${base}/nextseq2k`;
+ window.location.href = `${base}/nextseq500`;
6
});
7
</script>
8
9
<svelte:head>
10
- <meta http-equiv="refresh" content={`0;url=${base}/nextseq2k`}>
+ <meta http-equiv="refresh" content={`0;url=${base}/nextseq500`}>
11
</svelte:head>
12
13
<div class="flex items-center justify-center min-h-screen">
14
- <p class="text-gray-500">Redirecting to NextSeq 2000...</p>
+ <p class="text-gray-500">Redirecting...</p>
15
</div>
0 commit comments