mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 12:15:21 +00: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