<script lang="ts"> import { goto } from '$app/navigation'; import { base } from '$app/paths'; import { onMount } from 'svelte'; onMount(() => goto(base + '/canaries/', { replaceState: true, }), ); </script> <svelte:head> <meta http-equiv="refresh" content="0; url=/canaries/" /> </svelte:head>