fix: include withPayload in Next.js plugins for proper configuration
This commit is contained in:
@@ -17,6 +17,4 @@ const nextConfig = {
|
|||||||
|
|
||||||
const plugins = [withNx, withPayload];
|
const plugins = [withNx, withPayload];
|
||||||
|
|
||||||
const configWithNxPlugin = composePlugins(...plugins)(nextConfig);
|
module.exports = composePlugins(...plugins)(nextConfig);
|
||||||
|
|
||||||
module.exports = withPayload(configWithNxPlugin);
|
|
||||||
|
|||||||
Reference in New Issue
Block a user