This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user