Skip to content

Conversation

@abhixdd
Copy link

@abhixdd abhixdd commented Oct 25, 2025

Fix showcase card links not opening on click

Fixes #827

Problem

Clicking on showcase cards wasn't opening the external links - they were using the internal page URL instead.

Solution

  • Added href field to showcase schema to support external URLs in frontmatter
  • Updated ShowcaseCard to use external href with fallback to internal URL

Before

before

After

after

@vercel
Copy link

vercel bot commented Oct 25, 2025

@abhixdd is attempting to deploy a commit to the product-studio Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

apps/www/components/sections/showcase.tsx

1 participant