From 47cf7bd3b26ae86df90e4f8c1b4ff9ee19b664c5 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 25 Feb 2026 15:48:46 +0100 Subject: [PATCH] Force white background in OG --- web/pages/api/og/profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/api/og/profile.tsx b/web/pages/api/og/profile.tsx index 96cbf833..9d445d39 100644 --- a/web/pages/api/og/profile.tsx +++ b/web/pages/api/og/profile.tsx @@ -27,7 +27,7 @@ function OgProfile(props: ogProps) { width: 1200, height: 630, padding: 40, - // background: 'linear-gradient(90deg, #5B5FC7, #3A9AD9)', + backgroundColor: '#FFFFFF', }} > {/* Left Column: Text */}