From 336b13312ce8ce87d2ca7611fd5a301a899b2e24 Mon Sep 17 00:00:00 2001 From: Gregory Danielson Date: Thu, 22 Aug 2024 13:06:53 -0500 Subject: [PATCH] fix: use default smoothing of 2 was broken by IntDropdown refactor since i just forgot to set it --- src/pages/index.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index a0b15e1..485f43f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,6 +19,7 @@ import { const defaultScale = "rel"; const defaultSmoother = "cwin"; +const defaultSmoothing = "2"; const frontmatter = { title: "ilo Muni" }; --- @@ -284,9 +285,10 @@ const frontmatter = { title: "ilo Muni" }; />