Skip to content

Conversation

@rowanc1
Copy link
Member

@rowanc1 rowanc1 commented Oct 23, 2025

No description provided.

@vercel
Copy link

vercel bot commented Oct 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
overlay Ready Ready Preview Oct 23, 2025 6:43pm

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

{subtitle && <p className="mt-2 mb-0 lead text-zinc-600 dark:text-zinc-400">{subtitle}</p>}
{/* {hasAuthors && authorStyle === 'list' && (
<AuthorsList authors={frontmatter.authors} affiliations={frontmatter.affiliations} />
)} */}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Authors List Component Missing

The AuthorsList component, intended for rendering authors when authorStyle is set to 'list', is currently commented out in FrontmatterBlock.tsx. This prevents authors from being displayed in components, such as ArticlePage, that pass authorStyle="list".

Fix in Cursor Fix in Web

const authors = config?.projects?.[0].authors;
const date = config?.projects?.[0].date;
const thumbnail = article?.frontmatter.thumbnail ?? undefined;
console.log(thumbnail);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Debugging Code Left in Production

A console.log statement logging the thumbnail value is present in the production code.

Fix in Cursor Fix in Web

@stevejpurves
Copy link
Member

Probably we could have different author display options depending on submission kind, or collection not just site

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.

3 participants