Skip to content

Commit

Permalink
update next config
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Nov 5, 2023
1 parent a19b76c commit b67feb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
reactStrictMode: true,
}
compiler: {
styledComponents: true,
},
output: 'standalone',
};

0 comments on commit b67feb4

Please sign in to comment.