From d5b1de62bce8fbdce8ff1d0ced8006e330ab0f5d Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Tue, 31 Dec 2024 21:44:42 +0530 Subject: Disable SSR We don't want the information about the year at build time to be in the page source forever! --- src/routes/+layout.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/routes') 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 -- cgit v1.2.3-57-g22cb