From 0152ff0dd8069974679cf4bbdb8221d4fd6ec306 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Tue, 30 Jun 2026 17:19:59 -0700 Subject: [PATCH 1/2] Collapse /calendar/pedalpalooza redirect double-hop (#650) --- netlify.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 34a93129..d90f56ad 100644 --- a/netlify.toml +++ b/netlify.toml @@ -122,10 +122,12 @@ to = "/calendar/" status = 301 -## a special redirect for a URL that someone made up +## a special redirect for a URL that someone made up. +## points straight at the current Bike Summer page to avoid a double hop +## through /pages/pedalpalooza ( which is itself only a redirect to it ). [[redirects]] from = "/calendar/pedalpalooza" - to = "/pages/pedalpalooza" + to = "/pages/bike-summer" status = 301 ## old Pedalpalooza page should link to new one From 83720f39668da6e6123f6278534a2311b245c094 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger <697964+dduugg@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:22:29 -0700 Subject: [PATCH 2/2] Apply suggestion from @dduugg --- netlify.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index d90f56ad..41033891 100644 --- a/netlify.toml +++ b/netlify.toml @@ -122,9 +122,7 @@ to = "/calendar/" status = 301 -## a special redirect for a URL that someone made up. -## points straight at the current Bike Summer page to avoid a double hop -## through /pages/pedalpalooza ( which is itself only a redirect to it ). +## a special redirect for a URL that someone made up [[redirects]] from = "/calendar/pedalpalooza" to = "/pages/bike-summer"