mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 16:36:20 +01:00
web/layout: enable ssr
This commit is contained in:
parent
f038e6a379
commit
7227a4ad6e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export const prerender = true;
|
||||
export const ssr = false;
|
||||
export const ssr = true;
|
||||
|
||||
import { browser } from '$app/environment';
|
||||
|
||||
|
|
Loading…
Reference in a new issue