diff --git a/next.config.js b/next.config.js index aa01f5c..f6b7ad4 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,8 @@ const withPWA = require("next-pwa")({ dest: "public", + skipWaiting: true, + register: true, + sw: "/sw.js", }); /** @type {import('next').NextConfig} */