Skip to content

refactor: make blog feature and content improvements - #1416

Open
f15u wants to merge 5 commits into
mainfrom
blog-chores
Open

refactor: make blog feature and content improvements#1416
f15u wants to merge 5 commits into
mainfrom
blog-chores

Conversation

@f15u

@f15u f15u commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Type

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

These are bugs fixed:

  • Featured post no longer duplicated in both hero and grid
  • Prev/Next orientation was inverted (newest-first list, but Previous pointed to the newer post)
  • Trailing slashes on RSS links / share links, conflicting with trailingSlash: "never"
  • Author names weren't XML-escaped in the RSS feed
  • Dates formatted in build-host timezone instead of UTC (off-by-one-day risk)
  • Client hydration mismatch on /blog?category=x (category read from window during the render instead of after)
  • Two client islands serializing overlapping post data → collapsed into one (BlogIndex)
  • getCollection was called once per static page (171×) instead of once
  • Dead readingTime schema field removed; "release" → "releases" typo in suggested tags fixed

Related

  • Related Issue #
  • Closes #

@f15u
f15u requested a review from IMax153 July 30, 2026 16:40
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.

1 participant