bravo68web-portfolio-nextjs/next.config.js

8 lines
131 B
JavaScript
Raw Normal View History

2022-05-02 14:33:09 +00:00
const moduleExports = {
2021-11-30 16:36:48 +00:00
reactStrictMode: true,
compiler: {
styledComponents: true,
},
};
2022-05-05 11:42:49 +00:00
module.exports = moduleExports;