summaryrefslogtreecommitdiff
path: root/src/routes/projects/+page.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/projects/+page.ts')
-rw-r--r--src/routes/projects/+page.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/routes/projects/+page.ts b/src/routes/projects/+page.ts
index e739ef4..189f71e 100644
--- a/src/routes/projects/+page.ts
+++ b/src/routes/projects/+page.ts
@@ -1,9 +1 @@
-import { dev } from '$app/environment';
-
-// we don't need any JS on this page, though we'll load
-// it in dev so that we get hot module replacement
-export const csr = dev;
-
-// since there's no dynamic data here, we can prerender
-// it so that it gets served as a static asset in production
export const prerender = true;