Skip to content

Commit

Permalink
Remove PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
konsila committed Nov 5, 2023
1 parent b8ef6a0 commit 8d6a7bc
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 3,429 deletions.
7 changes: 1 addition & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
/** @type {import('next').NextConfig} */

const withPWA = require('next-pwa')({
dest: 'public',
disable: process.env.NODE_ENV === 'development',
});

const nextConfig = {
reactStrictMode: true,
swcMinify: true,
};

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

0 comments on commit 8d6a7bc

Please sign in to comment.