jedmund-svelte/src/routes
Justin Edmund 2bbc306762 refactor: restructure routing - albums at /albums/[slug], photos at /photos/[id]
- Move album routes from /photos/[slug] to /albums/[slug]
- Simplify photo permalinks from /photos/p/[id] to /photos/[id]
- Remove album-scoped photo route /photos/[albumSlug]/[photoId]
- Update all component references to use new routes
- Simplify content.ts to always use direct photo permalinks
- Update PhotoItem, MasonryPhotoGrid, ThreeColumnPhotoGrid components
- Update UniverseAlbumCard and admin AlbumForm view links
- Remove album context from photo navigation

Breaking change: URLs have changed
- Albums: /photos/[slug] → /albums/[slug]
- Photos: /photos/p/[id] → /photos/[id]

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-24 10:35:21 +01:00
..
about Use new Avatar component 2025-06-14 14:09:08 -04:00
admin refactor: restructure routing - albums at /albums/[slug], photos at /photos/[id] 2025-06-24 10:35:21 +01:00
albums refactor: restructure routing - albums at /albums/[slug], photos at /photos/[id] 2025-06-24 10:35:21 +01:00
api refactor: restructure routing - albums at /albums/[slug], photos at /photos/[id] 2025-06-24 10:35:21 +01:00
labs Better OpenGraph and HTML metadata 2025-06-11 23:58:11 -07:00
photos refactor: restructure routing - albums at /albums/[slug], photos at /photos/[id] 2025-06-24 10:35:21 +01:00
rss Remove old post types to reduce confusion 2025-06-11 00:06:44 -07:00
universe Better OpenGraph and HTML metadata 2025-06-11 23:58:11 -07:00
work/[slug] Better OpenGraph and HTML metadata 2025-06-11 23:58:11 -07:00
+layout.svelte feat: implement toast notification system 2025-06-24 01:47:35 +01:00
+page.svelte Better OpenGraph and HTML metadata 2025-06-11 23:58:11 -07:00
+page.ts Prettier + build errors 2025-06-02 08:41:03 -07:00