diff --git a/website/src/routes/other-downloads/stable-downloads/+page.ts b/website/src/routes/other-downloads/stable-downloads/+page.ts new file mode 100644 index 00000000..39a7319f --- /dev/null +++ b/website/src/routes/other-downloads/stable-downloads/+page.ts @@ -0,0 +1,5 @@ +import { redirect } from "@sveltejs/kit"; + +export function load(){ + redirect(301, "/downloads"); +} \ No newline at end of file