summaryrefslogtreecommitdiff
path: root/hi-ui
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-10-09 12:04:14 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-10-09 12:04:14 -0400
commitf0916e6611c4381911a49128c18b52a8cbffe096 (patch)
treedf1d520872d086a0e9a16caa27c5ba76819cabf7 /hi-ui
parentf624a6a49c7a924cbaae41b3f73ee3fa655c459e (diff)
Disable server-side rendering for the root layout.
Diffstat (limited to 'hi-ui')
-rw-r--r--hi-ui/src/routes/+layout.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/hi-ui/src/routes/+layout.js b/hi-ui/src/routes/+layout.js
new file mode 100644
index 0000000..a3d1578
--- /dev/null
+++ b/hi-ui/src/routes/+layout.js
@@ -0,0 +1 @@
+export const ssr = false;