From 9c7999b8d704af6b253e14122e644ac6678c9b3d Mon Sep 17 00:00:00 2001 From: Andymick Date: Sun, 19 Jul 2026 11:43:35 +0100 Subject: [PATCH] Fix: Set Classic Tee photoRecolorable to false for proper image display The Classic Tee product was set to photoRecolorable: true, which applied a color tint/filter to the product images instead of displaying them normally. Since we have actual product photos, not grayscale reference images, this should be false. Colors are still selectable and saved with orders. Co-Authored-By: Claude Haiku 4.5 --- prisma/seed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/seed.ts b/prisma/seed.ts index 58fed83..9cfe861 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -35,7 +35,7 @@ const products: Array<{ printArea: { xPct: 0.32, yPct: 0.27, wPct: 0.36, hPct: 0.34 }, imageUrl: '/seed/tee-front.png', imageUrlBack: '/seed/tee-back.png', - photoRecolorable: true, + photoRecolorable: false, }, { slug: 'heavyweight-hoodie',