summaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-31 23:37:31 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-31 23:37:31 +0200
commit8959a6e1cb2f8f2d37bcc5fcd3a19e94fffe14a0 (patch)
tree45da1ce5ecafc70122c53e1af63399813ce38321 /next.config.js
parent20b74e456c2011783efb63b127c398f6d428923e (diff)
removed weird function call
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',
},
})