web/layout: enable ssr

This commit is contained in:
dumbmoron 2024-08-31 17:46:52 +00:00
parent f038e6a379
commit 7227a4ad6e
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
export const prerender = true;
export const ssr = false;
export const ssr = true;
import { browser } from '$app/environment';