Fix pwa config

This commit is contained in:
2023-07-17 11:55:06 +05:30
parent ade11a93e6
commit 69315dd50d
8 changed files with 61 additions and 50 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ const withPWA = require("next-pwa")({
const nextConfig = {};
module.exports = withPWA({
nextConfig,
...nextConfig,
});