Skip to content

Commit 7adc361

Browse files
committed
fix: fix route prerender
1 parent 96be80f commit 7adc361

File tree

1 file changed

+3
-0
lines changed
  • apps/frontend/src/routes/(template)/create-from-template/[spaceId]/[baseId]

1 file changed

+3
-0
lines changed

apps/frontend/src/routes/(template)/create-from-template/[spaceId]/[baseId]/+layout.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { GetCreateFromTemplateDataStore } from "$houdini"
22
import type { LayoutLoad } from "./$types"
33

4+
export const ssr = false
5+
export const prerender = "auto"
6+
47
export const load: LayoutLoad = async (event) => {
58
const { spaceId, baseId } = event.params
69

0 commit comments

Comments
 (0)