diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-31 18:45:22 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-31 18:45:22 +0200 |
commit | 78ef6cbc1f1f0149f8f1f0367f5595b12c52456a (patch) | |
tree | bfadf4efbc975ef2b075ed01cda56b20b71f3130 /next.config.js | |
parent | 05cbc50ef707e9ac10dc02c56acbb954ffbb3e24 (diff) |
added clicking without org-protocol
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', + }, }) |