Skip to content

fix(offer): point studio lever team photos at new blob store#208

Merged
wab merged 1 commit into
mainfrom
fix/offer-team-photos
May 22, 2026
Merged

fix(offer): point studio lever team photos at new blob store#208
wab merged 1 commit into
mainfrom
fix/offer-team-photos

Conversation

@wab

@wab wab commented May 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The studio lever in LeviersSection rendered 8 broken images: locales/{fr,en}/offer.json referenced /images/team/{firstname}.{jpg,jpeg} but public/images/team/ does not exist (verified — only experience/, jobs/, partners/, studio.jpg live there).
  • Rewrite the src values to the canonical slug-named team photos already published on the new website-blob store (ipjmp3k0z0p479cb), matching how the posts repo stores team frontmatter avatars.
  • Partners block left untouched — those /images/partners/* files do exist locally.

Closes #202.

Mapping applied

Old src New src
/images/team/aude.jpg …/team/aude-cadiot.jpg
/images/team/clara.jpg …/team/clara-lecarrie.jpg
/images/team/corentin.jpeg …/team/corentin-guerin.jpeg
/images/team/damien.jpg …/team/damien-robert.jpg
/images/team/domitille.jpeg …/team/domitille-raimbault.jpeg
/images/team/dorian.jpg …/team/dorian-cutullic.jpg
/images/team/ethel.jpeg …/team/ethel-gosset.jpeg
/images/team/louis.jpg …/team/louis-strauss.jpg

Test plan

  • pnpm typecheck && pnpm check green locally
  • Vercel preview deploy: visit /offer (FR) and /en/offer — confirm the "Notre équipe" / "Our team" lever shows all 8 photos, no broken-image icons
  • DevTools network tab: all 8 blob URLs return 200

The 'studio' lever in offer.json referenced /images/team/{firstname}.{jpg,jpeg}
paths that do not exist under public/images/ — the offer page rendered broken
images on the team showcase row.

Rewrite the eight src values in locales/{fr,en}/offer.json to the canonical
slug-named team photos already published on the new website-blob store
(ipjmp3k0z0p479cb), matching the convention used by team frontmatter in the
posts content repo.

Closes #202.
@vercel

vercel Bot commented May 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview May 22, 2026 12:48pm

Request Review

@wab wab merged commit 0ae209c into main May 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(offer): locales reference /images/team/* but website/public/images/team/ does not exist

1 participant