From bd0f3b15cd92f06db0056a575df66dc20f9b5259 Mon Sep 17 00:00:00 2001 From: Lwin Moe Paing Date: Thu, 19 Oct 2023 15:43:58 +0630 Subject: [PATCH] :bug: fix(pwa): re-back config for pwa setup with next13 --- next.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/next.config.js b/next.config.js index 590e446..4a2dc4c 100644 --- a/next.config.js +++ b/next.config.js @@ -1,13 +1,7 @@ const { withContentlayer } = require("next-contentlayer"); -const withPwa = require("next-pwa"); /** @type {import('next').NextConfig} */ const nextConfig = { - ...withPwa({ - dest: "public", - register: true, - skipWaiting: true, - }), reactStrictMode: true, swcMinify: true, output: "export",