diff --git a/next.config.ts b/next.config.ts index ab7fbf484..4060fa2ac 100644 --- a/next.config.ts +++ b/next.config.ts @@ -197,7 +197,7 @@ export default withNextIntl({ selfRecord, }, basePath, - output: 'standalone', + output: process.env.VERCEL ? undefined : 'standalone', typescript: { ignoreBuildErrors: true, },