diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-09 12:04:14 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-09 12:04:14 -0400 |
| commit | f0916e6611c4381911a49128c18b52a8cbffe096 (patch) | |
| tree | df1d520872d086a0e9a16caa27c5ba76819cabf7 | |
| parent | f624a6a49c7a924cbaae41b3f73ee3fa655c459e (diff) | |
Disable server-side rendering for the root layout.
| -rw-r--r-- | hi-ui/src/routes/+layout.js | 1 |
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; |
