This commit is contained in:
Damodar Lohani
2024-04-08 12:30:52 +05:45
committed by GitHub
parent 39f47ad8e3
commit f95b50c968

View File

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