diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-12-31 16:14:42 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-12-31 16:14:42 +0000 |
commit | d5b1de62bce8fbdce8ff1d0ced8006e330ab0f5d (patch) | |
tree | a99eb7651bec7e8f62126a29e7803a5bb596d6ae /src/routes | |
parent | 1ed9638c04e16dea78c747a56b78dd3050507754 (diff) | |
download | is-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!
Diffstat (limited to 'src/routes')
-rw-r--r-- | src/routes/+layout.ts | 1 |
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 |