jsoncrack.com/next.config.js
2023-01-28 17:17:21 +03:00

10 lines
138 B
JavaScript

/**
* @type {import('next').NextConfig}
*/
module.exports = {
reactStrictMode: false,
compiler: {
styledComponents: true
}
};