Skip to content

Commit

Permalink
next.config: get withPWA() back
Browse files Browse the repository at this point in the history
  • Loading branch information
flsilva committed Nov 16, 2023
1 parent 814a886 commit 515746d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ const withPWA = require('@ducanh2912/next-pwa').default({

const withMDX = require('@next/mdx')();

/*
module.exports = withMDX(
withPWA(nextConfig),
);
*/

module.exports = withMDX(nextConfig);
module.exports = withMDX(withPWA(nextConfig));

0 comments on commit 515746d

Please sign in to comment.