next.config.js 138 B

123456789
  1. /**
  2. * @type {import('next').NextConfig}
  3. */
  4. module.exports = {
  5. reactStrictMode: false,
  6. compiler: {
  7. styledComponents: true
  8. }
  9. };