Skip to content

Instantly share code, notes, and snippets.

@gugadev
Forked from skolhustick/next.config.js
Created October 29, 2021 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gugadev/c60cf2bf292a1d34a548f7a1f5c1dae6 to your computer and use it in GitHub Desktop.
Save gugadev/c60cf2bf292a1d34a548f7a1f5c1dae6 to your computer and use it in GitHub Desktop.
next-js-pwa-setup
const withPWA = require('next-pwa')
module.exports = withPWA({
pwa: {
dest: 'public'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment