88651bbb38
This reverts commit 409713b99e
.
9 lines
182 B
JavaScript
9 lines
182 B
JavaScript
import { withPayload } from '@payloadcms/next'
|
|
|
|
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
// Your Next.js config here
|
|
}
|
|
|
|
export default withPayload(nextConfig)
|