mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
6 lines
96 B
Svelte
6 lines
96 B
Svelte
<script lang="ts">
|
|
import { redirect } from '@sveltejs/kit';
|
|
|
|
redirect(301, '/');
|
|
</script>
|