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
feat: Migrate user profiles from /user/[id] to /u/[username]
- Add new /u/[username] route for username-based profile URLs
- Convert /user/[id] to redirect to /u/[username] for backwards compatibility
- Update all internal navigation links to use /u/ format
- Update SEO files (robots.txt, sitemap generator) for new route
- Update email templates with new /u/ URLs
- Update link editor and link nodes to use /u/ for user links
- Support both /u/ and /user/ patterns in detection hooks
This makes usernames more valuable by showing them in the URL,
while maintaining full backwards compatibility for existing links.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments