site: bucket find/ folders by capture date + 2026-05-09 capture (67 finds)
Migrate every find from src/content/find/<slug>/ to src/content/find/<year>/<month>/<slug>/ — all 289 existing finds moved into 2026/05/. The find content-collection loader gets a new leafSlug generateId so ids (and therefore URLs at /find/<slug>/) stay flat; src/lib/find-hero.ts switches to a recursive **/hero glob. Bundle items[], promotedTo/fromFind keys, /sources cross-refs, and category/tag pages all keep working unchanged. Skill docs (daily-finds, build-review, build-bundle, cluster-bundles), README, and CHANGELOG updated for the new on-disk path. Also: 67 new finds from the 2026-05-09 capture run (Web Curios 8, MoMA 7, r/macapps 7, r/dadjokes 6, icanhazdadjoke 6, Wallpaper* Travel 5, Snow Peak 5, Kottke 3, Boutique Homes 3, etc.); felo-ergonic-screwdriver-set rolled back per editorial decision.
This commit is contained in:
@@ -5,7 +5,6 @@ import altTab from '../content/reviews/alt-tab/hero.jpg';
|
||||
import apex from '../content/reviews/apex-markdown-processor/hero.png';
|
||||
import blip from '../content/reviews/blip/hero.jpg';
|
||||
import esproP7 from '../content/reviews/espro-p7-french-press/hero.jpg';
|
||||
import feloErgonic from '../content/reviews/felo-ergonic-screwdriver-set/hero.jpg';
|
||||
import finalist from '../content/reviews/finalist/hero.png';
|
||||
import folderPeek from '../content/reviews/folder-peek/screenshot.png';
|
||||
import gumShell from '../content/reviews/gum-shell/hero.png';
|
||||
@@ -39,7 +38,6 @@ export const heroes: Record<string, Hero | undefined> = {
|
||||
'apex-markdown-processor': { kind: 'image', src: apex },
|
||||
blip: { kind: 'image', src: blip },
|
||||
'espro-p7-french-press': { kind: 'image', src: esproP7 },
|
||||
'felo-ergonic-screwdriver-set': { kind: 'image', src: feloErgonic },
|
||||
finalist: { kind: 'image', src: finalist },
|
||||
'folder-peek': { kind: 'image', src: folderPeek },
|
||||
'gum-shell': { kind: 'image', src: gumShell },
|
||||
|
||||
Reference in New Issue
Block a user