Conversation
❌ Deploy Preview for ten-framework-portal failed. Why did it fail? →
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <Image | ||
| src={project.image} | ||
| alt={project.title} |
There was a problem hiding this comment.
Prevent broken images on project cards
The new ProjectsShowcase now renders project.image via <Image> for every card, but the sample data points to /api/placeholder/300/200 and this repo has no app/api/placeholder route (rg finds no implementation). Visiting the landing page will therefore request a 404 for every card thumbnail, leaving all preview images broken. Either switch back to the static gradient preview or provide a real image/source for these URLs.
Useful? React with 👍 / 👎.
No description provided.