diff --git a/next.config.mjs b/next.config.mjs index 9bcb2a1..68a215a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,6 +6,7 @@ const nextConfig = { typescript: { ignoreBuildErrors: true, }, + output: 'standalone', } export default withPayload(nextConfig, { devBundleServerPackages: false })