We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9002e39 commit abf7a86Copy full SHA for abf7a86
src/routes/+page.server.js
@@ -3,4 +3,4 @@ import { redirect } from '@sveltejs/kit';
3
/** @type {import('./$types').LayoutServerLoad} */
4
export function load() {
5
redirect(307, '/settings');
6
-}
+}
0 commit comments