mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
web/layout: enable ssr
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export const prerender = true;
|
||||
export const ssr = false;
|
||||
export const ssr = true;
|
||||
|
||||
import { browser } from '$app/environment';
|
||||
|
||||
|
Reference in New Issue
Block a user