Daniel Bohry 9 сар өмнө
parent
commit
b48550a159

+ 5 - 0
src/routes/+page.server.js

@@ -0,0 +1,5 @@
+import { redirect } from '@sveltejs/kit';
+
+export function load() {
+	throw redirect(307, '/home');
+}