aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/train-ico
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/train-ico')
-rw-r--r--src/routes/train-ico/[type]/[[line]]/+page.svelte1
-rw-r--r--src/routes/train-ico/[type]/[[line]]/+page.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/routes/train-ico/[type]/[[line]]/+page.svelte b/src/routes/train-ico/[type]/[[line]]/+page.svelte
index 915f57b..59ec23b 100644
--- a/src/routes/train-ico/[type]/[[line]]/+page.svelte
+++ b/src/routes/train-ico/[type]/[[line]]/+page.svelte
@@ -10,4 +10,5 @@
kind="{params.type}{params.line}"
type={params.type}
line={params.line}
+ nightIsFilled={false}
/>
diff --git a/src/routes/train-ico/[type]/[[line]]/+page.ts b/src/routes/train-ico/[type]/[[line]]/+page.ts
index 3eeed27..806173e 100644
--- a/src/routes/train-ico/[type]/[[line]]/+page.ts
+++ b/src/routes/train-ico/[type]/[[line]]/+page.ts
@@ -1 +1,2 @@
export const load = ({ params }) => ({ params });
+export const prerender = 'auto';