Skip to content

Commit 12886ef

Browse files
committed
fourth
1 parent def0f4e commit 12886ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { redirect } from "@sveltejs/kit";
22
import type { PageLoad } from "./$types";
33

4-
let firstVisit = true;
5-
64
export const load: PageLoad = () => {
75
// Redirect FAQ to external support site using SvelteKit's redirect
8-
throw redirect(307, "https://identitysupport.dfinity.org/hc/en-us");
6+
throw redirect(307, "https://identitysupport.dfinity.org/hc/en-us");
97
};

0 commit comments

Comments
 (0)