Update next.config.js
This commit is contained in:
parent
4a9b01592a
commit
5b7dc52b14
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
const withPWA = require('next-pwa')
|
||||
|
||||
module.exports = withPWA({
|
||||
future: {
|
||||
webpack5: true,
|
||||
},
|
||||
pwa: {
|
||||
dest: 'public',
|
||||
scope: '/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue