We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8900933 commit 7447180Copy full SHA for 7447180
sites/docs/src/routes/(app)/docs/+layout.server.ts
@@ -25,5 +25,3 @@ export const load: LayoutServerLoad = async () => {
25
datePicker: await superValidate(zod(datePickerFormSchema)),
26
};
27
28
-
29
-export const prerender = true;
0 commit comments