Update next.config.js

This commit is contained in:
Steve Ruiz 2021-06-12 14:37:54 +01:00
parent 4a9b01592a
commit 5b7dc52b14

View file

@ -1,6 +1,9 @@
const withPWA = require('next-pwa')
module.exports = withPWA({
future: {
webpack5: true,
},
pwa: {
dest: 'public',
scope: '/',