Skip to content

Commit 33e9cc5

Browse files
committed
redirect
1 parent d44244c commit 33e9cc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
import { onMount } from 'svelte';
33
import { base } from '$app/paths';
44
onMount(() => {
5-
window.location.href = `${base}/nextseq2k`;
5+
window.location.href = `${base}/nextseq500`;
66
});
77
</script>
88

99
<svelte:head>
10-
<meta http-equiv="refresh" content={`0;url=${base}/nextseq2k`}>
10+
<meta http-equiv="refresh" content={`0;url=${base}/nextseq500`}>
1111
</svelte:head>
1212

1313
<div class="flex items-center justify-center min-h-screen">
14-
<p class="text-gray-500">Redirecting to NextSeq 2000...</p>
14+
<p class="text-gray-500">Redirecting...</p>
1515
</div>

0 commit comments

Comments
 (0)