Commit c6fb4f8b authored by wycers's avatar wycers
Browse files

remove prerender

parent 0c38da39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,4 +65,3 @@ export const load = (async ({ parent }) => {
	};
}) satisfies PageServerLoad;
export const prerender = true;
+0 −2
Original line number Diff line number Diff line
@@ -23,5 +23,3 @@ export const load = (async ({ parent }) => {
		submissions
	};
}) satisfies PageServerLoad;

export const prerender = true;
 No newline at end of file