From ab7fb6bd3100248dc228295397a385a1259002a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:39:04 +0100 Subject: [PATCH] chore(web): bust Vercel build cache Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/next.config.ts b/apps/web/next.config.ts index ffa6b73..9e91a09 100644 --- a/apps/web/next.config.ts +++ b/apps/web/next.config.ts @@ -72,6 +72,7 @@ const securityHeaders = [ }, ]; +// build: 1776069543 const config: NextConfig = { reactStrictMode: true, output: "standalone",