Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Sep 19, 2023
1 parent efdadf8 commit 4e6b736
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ const nextConfig = {
const withPWA = require("next-pwa");

module.exports = withPWA({
pwa: {
dest: "public",
register: true,
skipWaiting: true,
disable:process.env.NODE_ENV === 'development'
},
dest: "public",
register: true,
skipWaiting: true,
disable: process.env.NODE_ENV === 'development'
})(nextConfig);

0 comments on commit 4e6b736

Please sign in to comment.