nextload/next.config.mjs
Elliot DeNolf 88651bbb38
feat: alpha updates (#51) (#52)
This reverts commit 409713b99e.
2024-03-22 13:15:28 -04:00

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)