Optimize docker image size
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tobias
2024-06-14 22:35:28 +02:00
parent 954b950d18
commit 82300f54eb
5 changed files with 4537 additions and 4956 deletions

View File

@ -4,8 +4,9 @@ import { withPayload } from '@payloadcms/next/withPayload'
const nextConfig = {
// Your Next.js config here
experimental: {
reactCompiler: false
}
reactCompiler: false,
},
output: 'standalone',
}
export default withPayload(nextConfig)