SingleTheme
parent
d4bae7f6ba
commit
b9673144ab
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue