-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
backendImprovements or additions to backendImprovements or additions to backendbugSomething isn't workingSomething isn't working
Description
File:
devops-dynamics-website/src/components/BlogCard.tsx
Issue Description:
Currently, the BlogCard component on the homepage has hardcoded images for the blog thumbnail (/placeholder.avif) and the author image (/user.jpeg). These need to be dynamically loaded from Supabase, similar to how the title, description, and author name are already being fetched.
Expected Behavior:
- Fetch the blog thumbnail dynamically from the
imagefield in the blog data. - Fetch the author image dynamically using the
author_id, querying the relevant author details. - Use default images if the thumbnail or author image is not available in the database.
Metadata
Metadata
Assignees
Labels
backendImprovements or additions to backendImprovements or additions to backendbugSomething isn't workingSomething isn't working