You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Validate cursor param in micro.astro; redirect to /micro on NaN input
- Add id attribute to article elements for anchor URL support
- Guard JSON.parse of syndicated_to with try/catch and type validation
- Validate D1 API response structure before accessing result rows
- Fix middleware to handle hash fragments in redirect targets without
URL-encoding the '#' via URL.pathname setter
- Create /micro/[id] route that redirects to the correct paginated page
with anchor, so RSS links resolve even for non-first-page posts
- Restore rss.xml.ts link to /micro/${post.id} path style
- Remove unused skippedCount variable in gen-url-manifest.ts
- Add 'M' kind coverage to code.test.ts (fromDate, getKind, getCollection)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments