App: Use /racepicks as default page (reroute / + change Formula11 button destination)

This commit is contained in:
2025-01-31 00:45:30 +01:00
parent 0985936c64
commit 01d58e3d1e
4 changed files with 18 additions and 7 deletions

5
src/routes/+page.ts Normal file
View File

@ -0,0 +1,5 @@
import { redirect } from "@sveltejs/kit";
export function load() {
redirect(302, "/racepicks");
}