Files
pawol.nu/next.config.js
T
Cedric FAMIBELLE-PRONZOLA df3fb16b6f Update next.config
2022-01-09 21:18:11 +04:00

10 lines
143 B
JavaScript

const withPWA = require('next-pwa')
module.exports = withPWA({
pwa: {
dest: 'public',
register: true,
skipWaiting: true,
}
})