Skip to content

Commit 9c69900

Browse files
committed
fix:snyk issues
1 parent c609b12 commit 9c69900

3 files changed

Lines changed: 1307 additions & 1302 deletions

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { loadEnvConfig } = require("@next/env");
55
const projectDir = path.resolve(__dirname);
66
loadEnvConfig(projectDir, process.env.NODE_ENV !== "production");
77

8-
const withPWA = require("next-pwa")({
8+
const withPWA = require("@ducanh2912/next-pwa").default({
99
dest: "public",
1010
});
1111

0 commit comments

Comments
 (0)