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, },