From 8b04be48dea69ae0deb650c2a87145c969c580be Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Wed, 15 Apr 2026 22:02:48 -0700 Subject: [PATCH] Revert next config. --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 4060fa2ac..ab7fbf484 100644 --- a/next.config.ts +++ b/next.config.ts @@ -197,7 +197,7 @@ export default withNextIntl({ selfRecord, }, basePath, - output: process.env.VERCEL ? undefined : 'standalone', + output: 'standalone', typescript: { ignoreBuildErrors: true, },