Changed output for Vercel.

This commit is contained in:
Mike Cao
2026-04-15 21:04:05 -07:00
parent 80fee9f321
commit 002a50ce8b
+1 -1
View File
@@ -197,7 +197,7 @@ export default withNextIntl({
selfRecord,
},
basePath,
output: 'standalone',
output: process.env.VERCEL ? undefined : 'standalone',
typescript: {
ignoreBuildErrors: true,
},