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
modules/site: add programmatic URL redirects with DB lookup
Redirect legacy article URLs to new YYYY-MM-DD-slug format:
- Format 2: /articles/YYYY/MM-DD_slug -> /articles/YYYY-MM-DD-slug
- Format 1: /articles/{old-slug} -> DB lookup -> /articles/{new-slug}
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments