mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
web/layout: enable ssr
This commit is contained in:
parent
f038e6a379
commit
7227a4ad6e
@ -1,5 +1,5 @@
|
||||
export const prerender = true;
|
||||
export const ssr = false;
|
||||
export const ssr = true;
|
||||
|
||||
import { browser } from '$app/environment';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user