We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5be2e commit 7d6574eCopy full SHA for 7d6574e
routes/blog-tag-route.tsx
@@ -31,7 +31,7 @@ export function blogTagRoute() {
31
<img
32
class="flex-shrink-0 rounded-lg md:w-[500px] md:h-[200px] object-cover"
33
src={post.image
34
- ? `blog/${post.id}/${post.image}`
+ ? `/blog/${post.id}/${post.image}`
35
: "/assets/fs-logo-no-text.svg"}
36
alt="blog image"
37
/>
0 commit comments