Skip to content

Instantly share code, notes, and snippets.

@skolhustick
Created February 15, 2020 07:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save skolhustick/cf8561c8583955175a553f3b3dce2db4 to your computer and use it in GitHub Desktop.
Save skolhustick/cf8561c8583955175a553f3b3dce2db4 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