Files
pawol.nu/next.config.js
T
Cédric FAMIBELLE-PRONZOLA a359f8232f Update to nextjs 12
2022-01-17 22:28:31 +04:00

11 lines
162 B
JavaScript

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