feat: svelte kit 2

This commit is contained in:
Torsten Dittmann
2024-02-28 23:16:13 +01:00
parent e5f0ff83eb
commit bfe99fe92c
54 changed files with 869 additions and 774 deletions

View File

@@ -1,5 +1,5 @@
import { redirect } from '@sveltejs/kit';
export function load() {
throw redirect(303, '/docs/tutorials/sveltekit-ssr-auth/step-1');
redirect(303, '/docs/tutorials/sveltekit-ssr-auth/step-1');
}