--- import Layout from '../layouts/Main.astro'; import StickyFilter from '../components/StickyFilter.astro'; import Image from 'astro/components/Image.astro'; const searchParams = Astro.url.searchParams; const query = searchParams.get('q') || '*'; const randomNumber = String(Math.floor(Math.random() * 151) + 1).padStart(4, "0"); const pokedexImage = `/404/pokedex/${randomNumber}.svg?raw`; ---

404 - Page Not Found

Sorry, the page you are looking for does not exist.

Return to the home page or search for another Pokémon.

Who is that Pokémon?