Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Oct 30, 2024
1 parent 84fcd30 commit 6fe8ad8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/nextjs-boilerplate-template/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import withPWAInit from "@ducanh2912/next-pwa";

const withPWA = withPWAInit({
dest: "public",
// disable: process.env.NODE_ENV === "development",
// register: true,
// scope: "/app",
// sw: "service-worker.js",
//...
});

// Your Next config is automatically typed!
Expand Down

0 comments on commit 6fe8ad8

Please sign in to comment.