Skip to content

Commit

Permalink
Feat: 콘솔에 workbox 메시지 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchicken committed Oct 20, 2023
1 parent 64e27c2 commit dcbfd64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const config = {
const nextConfig = withPWA({
dest: 'public',
runtimeCaching: [],
disableDevLogs: true,
})(config);

module.exports = nextConfig;

0 comments on commit dcbfd64

Please sign in to comment.