bravo68web-portfolio-nextjs/next.config.js

8 lines
147 B
JavaScript
Raw Normal View History

2021-11-30 16:36:48 +00:00
module.exports = {
reactStrictMode: true,
compiler: {
// ssr and displayName are configured by default
styledComponents: true,
},
};