const { composePlugins, withNx } = require('@nx/next'); /** @type {import('@nx/next/plugins/with-nx').WithNxOptions} */ const nextConfig = { nx: { svgr: false }, }; module.exports = composePlugins(withNx)(nextConfig);