We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eefc77 + cf5a431 commit 6c41c34Copy full SHA for 6c41c34
2 files changed
.babelrc
next.config.mjs
@@ -3,8 +3,11 @@ const nextConfig = {
3
reactStrictMode: false,
4
swcMinify: true,
5
images: {
6
- domains: ["lettering-images.s3.amazonaws.com"],
+ domains: ['lettering-images.s3.amazonaws.com']
7
},
8
+ compiler: {
9
+ removeConsole: process.env.NODE_ENV === 'production'
10
+ }
11
};
12
13
export default nextConfig;
0 commit comments