From 7c17e484c1bf6de975a19943ee72ba68964468a7 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 15 Apr 2026 18:23:52 +0200 Subject: [PATCH] fix(pitch-deck): add /team to public paths for team photo access Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/middleware.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/pitch-deck/middleware.ts b/pitch-deck/middleware.ts index 14fd7ed..6efe0a0 100644 --- a/pitch-deck/middleware.ts +++ b/pitch-deck/middleware.ts @@ -13,6 +13,7 @@ const PUBLIC_PATHS = [ '/sw.js', '/icons', '/screenshots', // SDK demo screenshots: public marketing assets. Must bypass auth because the next/image optimizer fetches them server-side without investor cookies. + '/team', // Team photos: must bypass auth for next/image optimizer '/favicon.ico', ]