aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-12-31 16:14:42 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-12-31 16:14:42 +0000
commitd5b1de62bce8fbdce8ff1d0ced8006e330ab0f5d (patch)
treea99eb7651bec7e8f62126a29e7803a5bb596d6ae
parent1ed9638c04e16dea78c747a56b78dd3050507754 (diff)
downloadis-the-year-a-perfect-square-d5b1de62bce8fbdce8ff1d0ced8006e330ab0f5d.tar
is-the-year-a-perfect-square-d5b1de62bce8fbdce8ff1d0ced8006e330ab0f5d.tar.gz
is-the-year-a-perfect-square-d5b1de62bce8fbdce8ff1d0ced8006e330ab0f5d.zip
Disable SSR
We don't want the information about the year at build time to be in the page source forever!
-rw-r--r--src/routes/+layout.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts
index 189f71e..d2c0be2 100644
--- a/src/routes/+layout.ts
+++ b/src/routes/+layout.ts
@@ -1 +1,2 @@
export const prerender = true;
+export const ssr = false; \ No newline at end of file