This commit is contained in:
2023-01-07 14:08:25 -05:00
parent 5cead4e1c3
commit adcafdd951
-2
View File
@@ -7,8 +7,6 @@ import BlogHeader from "../../components/BlogHeader.astro";
const { slug } = Astro.params; const { slug } = Astro.params;
console.log(`SLUG: ${slug}`);
const response = await fetch( const response = await fetch(
`https://api.cosmicjs.com/v2/buckets/${ `https://api.cosmicjs.com/v2/buckets/${
import.meta.env.BUCKET_SLUG import.meta.env.BUCKET_SLUG