diff --git a/public/_redirects b/public/_redirects index 55d861c..f00eb4a 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1,4 +1,5 @@ /inspection-chamber/ /tools/inspection-chamber/ 301 /overview/ /vtbag/ 301 /about /vtbag/ 301 -/basics/testpage/ /basics/test-page/ \ No newline at end of file +/basics/testpage/ /basics/test-page/ 301 +/tips/hide-and-seek/* /basics/hide-and-seek/:splat 301 diff --git a/src/components/LightDark.astro b/src/components/LightDark.astro index ca6ea08..d9a292b 100644 --- a/src/components/LightDark.astro +++ b/src/components/LightDark.astro @@ -5,7 +5,7 @@