summaryrefslogtreecommitdiff
path: root/src/routes/+page.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/+page.ts')
-rw-r--r--src/routes/+page.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/routes/+page.ts b/src/routes/+page.ts
new file mode 100644
index 0000000..a72419a
--- /dev/null
+++ b/src/routes/+page.ts
@@ -0,0 +1,3 @@
+// 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;