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
  • Save gugadev/c60cf2bf292a1d34a548f7a1f5c1dae6 to your computer and use it in GitHub Desktop.
Save gugadev/c60cf2bf292a1d34a548f7a1f5c1dae6 to your computer and use it in GitHub Desktop.

Revisions

  1. @skolhustick skolhustick created this gist Feb 15, 2020.
    7 changes: 7 additions & 0 deletions next.config.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    const withPWA = require('next-pwa')

    module.exports = withPWA({
    pwa: {
    dest: 'public'
    }
    })