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

@@ -2,5 +2,5 @@ import { redirect } from '@sveltejs/kit';
import type { PageLoad } from './$types';
export const load: PageLoad = async () => {
throw redirect(303, '/docs/tutorials/flutter/step-1');
redirect(303, '/docs/tutorials/flutter/step-1');
};