We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e591341 commit aab9098Copy full SHA for aab9098
src/routes/(app)/+layout.server.js
@@ -6,4 +6,6 @@ export async function load({locals}) {
6
user: locals.user,
7
org_name: locals.org_name || 'BottleCRM'
8
};
9
-}
+}
10
+
11
+export const ssr = false;
0 commit comments