Skip to content

Commit 5663d8e

Browse files
committed
Renderer: Fix Previewer not dynamic
1 parent e004e6e commit 5663d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/preview/+page.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { error } from '@sveltejs/kit';
22
import type { PageLoadEvent } from './$types';
33
import { concatAndResolveUrl, parseEfp, PreviewEfpPathResolver, type PreviewEfpAssetFetcher } from "$lib/efp";
44

5+
export const ssr = false;
6+
57
export async function load({ fetch, url }: PageLoadEvent) {
68
if (url.searchParams.get("source") === "github") {
79
const raw = url.searchParams.get("raw");

0 commit comments

Comments
 (0)