diff options
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js index 72440d6..accdef8 100644 --- a/next.config.js +++ b/next.config.js @@ -8,4 +8,7 @@ const withTM = require('next-transpile-modules')(d3packages) module.exports = withPlugins([withTM, withPWA], { distDir: 'build', + pwa: { + dest: 'public', + }, }) |