From e6095dd80386c5f815c3568f07942ad5ae5630a8 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Fri, 29 May 2026 23:55:15 +0000 Subject: [PATCH] fix(article): remove duplicate excerpt rendering above the article body Excerpt was rendered both as a standalone

at the top of the article header AND as the first paragraph of the body content (because PR submissions paste the lede into both fields). Drop the header copy. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/app/articles/[slug]/ArticleDetailClient.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/articles/[slug]/ArticleDetailClient.tsx b/src/app/articles/[slug]/ArticleDetailClient.tsx index 2446d6a..9ff4cec 100644 --- a/src/app/articles/[slug]/ArticleDetailClient.tsx +++ b/src/app/articles/[slug]/ArticleDetailClient.tsx @@ -258,8 +258,6 @@ export default function ArticleDetailClient({ article, relatedArticles, relatedF

-

{article.excerpt}

- {/* Article Meta */}