fix: homepage

This commit is contained in:
Torsten Dittmann
2022-01-16 23:31:16 +01:00
parent bd768f7b35
commit 7f7797f2d5
+6 -2
View File
@@ -1,2 +1,6 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<script context="module">
export const load = async () => ({
status: 302,
redirect: '/login'
});
</script>