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",