mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: homepage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user