Browse Source

PWA disabled in development

feature/axios_provider
cyril.tsui 5 months ago
parent
commit
7990d5f4c2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      next.config.js

+ 1
- 0
next.config.js View File

@@ -5,6 +5,7 @@ const withPWA = require("next-pwa")({
dest: "public",
register: true,
skipWaiting: true,
disable: process.env.NODE_ENV === 'development'
});

const nextConfig = {


Loading…
Cancel
Save