fix(next): proper named export of withPayload
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* @returns {import('next').NextConfig}
|
||||
* */
|
||||
const withPayload = (nextConfig = {}) => {
|
||||
export const withPayload = (nextConfig = {}) => {
|
||||
return {
|
||||
...nextConfig,
|
||||
experimental: {
|
||||
|
||||
Reference in New Issue
Block a user