ok one last shot

This commit is contained in:
2024-04-12 22:29:08 -04:00
parent 30ab3d2ba3
commit e3e2a1cefc
+2
View File
@@ -5,6 +5,8 @@ import { Tag as TagEnum } from '../../types';
import Layout from '@layouts/Layout.astro';
export const prerender = false;
const { tag }: { tag?: TagEnum } = Astro.params;
const page = Number.parseInt(Astro.url.searchParams.get('page') || '1');