mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
fix heading links
This commit is contained in:
6
src/routes/docs/tutorials/android/+page.ts
Normal file
6
src/routes/docs/tutorials/android/+page.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { redirect } from '@sveltejs/kit';
|
||||
import type { PageLoad } from './$types';
|
||||
|
||||
export const load: PageLoad = async () => {
|
||||
throw redirect(303, '/docs/tutorials/android/step-1');
|
||||
};
|
||||
Reference in New Issue
Block a user