fix 100% height header and added auth to /pokemon

This commit is contained in:
zach
2026-02-25 20:31:13 -05:00
parent d7c5a69d1d
commit a844c37800
5 changed files with 30 additions and 16 deletions

View File

@@ -2,8 +2,6 @@
import Layout from '../layouts/Main.astro';
import PokedexHeader from '../components/PokedexHeader.astro';
export const prerender = false;
---
<Layout>
<PokedexHeader />