Add disable home page option
This commit is contained in:
@@ -5,7 +5,8 @@ const withPWA = require("next-pwa");
|
||||
const nextConfig = withPWA({
|
||||
reactStrictMode: true,
|
||||
pwa: {
|
||||
dest: "public"
|
||||
dest: "public",
|
||||
disable: process.env.NODE_ENV == "development"
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user