Skip to content

Commit

Permalink
🐛 fix(pwa): re-back config for pwa setup with next13
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinmoepaing committed Oct 19, 2023
1 parent 9836bdb commit bd0f3b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bd0f3b1

Please sign in to comment.