From 8d26dafe4b11fe8db10c2aefb3f1c7bd21b977d2 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Tue, 7 Apr 2026 17:39:43 -0700 Subject: [PATCH 1/2] chore: trigger cockpit rebuild with updated Vercel env var --- vercel.cockpit.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.cockpit.json b/vercel.cockpit.json index 90b66c7c9..cbafe6239 100644 --- a/vercel.cockpit.json +++ b/vercel.cockpit.json @@ -2,5 +2,6 @@ "framework": "nextjs", "buildCommand": "npx nx build cockpit --skip-nx-cache", "outputDirectory": "dist/apps/cockpit/.next", - "installCommand": "npm ci" + "installCommand": "npm ci", + "$comment": "NEXT_PUBLIC_COCKPIT_RUNTIME_BASE_URL set in Vercel env vars to https://examples.cacheplane.ai" } From 2f07ea444e899cbb4eb1a9b1236dd82b6d1bf73f Mon Sep 17 00:00:00 2001 From: Brian Love Date: Tue, 7 Apr 2026 17:50:39 -0700 Subject: [PATCH 2/2] fix(website): remove invalid eslint-disable for missing @next/next/no-img-element rule --- apps/website/src/components/landing/SocialProof.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/website/src/components/landing/SocialProof.tsx b/apps/website/src/components/landing/SocialProof.tsx index 1468719da..8102da318 100644 --- a/apps/website/src/components/landing/SocialProof.tsx +++ b/apps/website/src/components/landing/SocialProof.tsx @@ -93,7 +93,6 @@ export function SocialProof() { padding: '0 8px', }} > - {/* eslint-disable-next-line @next/next/no-img-element */}