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 configWithNxPlugin = composePlugins(...plugins)(nextConfig);
|
||||
|
||||
module.exports = withPayload(configWithNxPlugin);
|
||||
module.exports = composePlugins(...plugins)(nextConfig);
|
||||
|
||||
Reference in New Issue
Block a user