2024-03-22 17:15:28 +00:00
|
|
|
import { withPayload } from '@payloadcms/next'
|
2024-03-06 21:18:34 +00:00
|
|
|
|
|
|
|
/** @type {import('next').NextConfig} */
|
2024-03-10 22:14:28 +00:00
|
|
|
const nextConfig = {
|
2024-03-11 02:52:41 +00:00
|
|
|
// Your Next.js config here
|
2024-03-10 22:14:28 +00:00
|
|
|
}
|
2024-03-06 21:18:34 +00:00
|
|
|
|
2024-03-10 22:14:28 +00:00
|
|
|
export default withPayload(nextConfig)
|