Skip to content

Commit

Permalink
fix: fix route prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 17, 2024
1 parent 96be80f commit 7adc361
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { GetCreateFromTemplateDataStore } from "$houdini"
import type { LayoutLoad } from "./$types"

export const ssr = false
export const prerender = "auto"

export const load: LayoutLoad = async (event) => {
const { spaceId, baseId } = event.params

Expand Down

0 comments on commit 7adc361

Please sign in to comment.