feat!: upgrade to beta.36, next 15 and react 19
This commit is contained in:
@ -3,6 +3,9 @@ import { withPayload } from '@payloadcms/next/withPayload'
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
// Your Next.js config here
|
||||
experimental: {
|
||||
reactCompiler: false
|
||||
}
|
||||
}
|
||||
|
||||
export default withPayload(nextConfig)
|
||||
|
Reference in New Issue
Block a user