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
Restructure URLs to use separate code and slug segments
Change URL format from `/blog/b24f9--the-values-i-build-by/` to
`/blog/b24f9/the-values-i-build-by/` for cleaner, more semantic URLs.
- Add Code.parseId() and Code.buildUrl() utility functions
- Restructure routes from [slug].astro to [code]/[slug].astro
- Update all index pages and components to generate new URL format
- Update middleware to handle new URL structure and redirects
- Add support for talks in middleware (was missing)
0 commit comments