Open Janealter opened 2 weeks ago
As I tested, this is because my config contains
import bundleAnalyzer from '@next/bundle-analyzer';
const withBundleAnalyzer = bundleAnalyzer({
enabled: process.env.ANALYZE === 'true',
});
I think this PR solves the issue - https://github.com/actions/configure-pages/pull/161
Unknown error when setting up NextJS config: