We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ca142 commit 7d73c26Copy full SHA for 7d73c26
src/layouts/BlogPosts.astro
@@ -62,7 +62,7 @@ const {
62
posts.map((post) => (
63
<PostCard
64
variant="large"
65
- url={`${BLOG_URL}${post.url}`}
+ url={post.url}
66
title={post.data.title}
67
createdAt={post.data.createdAt.toISOString()}
68
image={post.data.image}
0 commit comments