SingleTheme
This commit is contained in:
@@ -10,7 +10,6 @@ export async function getStaticPaths() {
|
|||||||
})
|
})
|
||||||
return finalData;
|
return finalData;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { id } = Astro.params;
|
const { id } = Astro.params;
|
||||||
|
|
||||||
const response = await fetch('https://curriculum-app-api.beanstalkedu.com/items/themes?filter[theme_slug][_eq]='+id);
|
const response = await fetch('https://curriculum-app-api.beanstalkedu.com/items/themes?filter[theme_slug][_eq]='+id);
|
||||||
|
|||||||
Reference in New Issue
Block a user