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