From b7679168aef2bc4e37c20166f37398a28b80f556 Mon Sep 17 00:00:00 2001 From: Thad Miller Date: Sun, 22 Feb 2026 10:53:30 -0500 Subject: [PATCH] more fun with 404 --- src/pages/404.astro | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index 2fe5274..81e5ac1 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -2,14 +2,16 @@ import Layout from '../layouts/Main.astro'; import StickyFilter from '../components/StickyFilter.astro'; -const searchParams = Astro.url.searchParams; -const query = searchParams.get('q') || '*'; - const randomNumber = Math.floor(Math.random() * 1000) + 1; --- - + +
@@ -22,5 +24,20 @@ const randomNumber = Math.floor(Math.random() * 1000) + 1;

A wild Pokémon appeared!

+ + + + +
Click to reveal Pokémon!
-
\ No newline at end of file + + + +
\ No newline at end of file