diff --git a/src/pages/themes/[id].astro b/src/pages/themes/[id].astro index 365acc4..64ca9fe 100644 --- a/src/pages/themes/[id].astro +++ b/src/pages/themes/[id].astro @@ -10,7 +10,6 @@ export async function getStaticPaths() { }) return finalData; } - const { id } = Astro.params; const response = await fetch('https://curriculum-app-api.beanstalkedu.com/items/themes?filter[theme_slug][_eq]='+id);