bravo68web-portfolio-nextjs/next.config.js

8 lines
147 B
JavaScript

module.exports = {
reactStrictMode: true,
compiler: {
// ssr and displayName are configured by default
styledComponents: true,
},
};