Skip to content

Commit 4321e5d

Browse files
committed
fix(temp): disable ssr temporarily
1 parent 6232ac1 commit 4321e5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/+layout.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@ export const load = async ({ depends, fetch }) => {
9494
...featureFlags,
9595
};
9696
};
97+
98+
export const ssr = false;

0 commit comments

Comments
 (0)