summaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js
index accdef8..9f9dc66 100644
--- a/next.config.js
+++ b/next.config.js
@@ -9,6 +9,6 @@ const withTM = require('next-transpile-modules')(d3packages)
module.exports = withPlugins([withTM, withPWA], {
distDir: 'build',
pwa: {
- dest: 'public',
+ dest: 'build',
},
})