Skip to content

Commit

Permalink
Merge pull request #147 from ASAP-Lettering/feat/#141
Browse files Browse the repository at this point in the history
[Chore] next.config 파일에서 console.log 제거 설정
  • Loading branch information
yyypearl authored Feb 6, 2025
2 parents 6eefc77 + cf5a431 commit 6c41c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .babelrc

This file was deleted.

5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ const nextConfig = {
reactStrictMode: false,
swcMinify: true,
images: {
domains: ["lettering-images.s3.amazonaws.com"],
domains: ['lettering-images.s3.amazonaws.com']
},
compiler: {
removeConsole: process.env.NODE_ENV === 'production'
}
};

export default nextConfig;

0 comments on commit 6c41c34

Please sign in to comment.