From 78ef6cbc1f1f0149f8f1f0367f5595b12c52456a Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 31 Jul 2021 18:45:22 +0200 Subject: added clicking without org-protocol --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'next.config.js') 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', + }, }) -- cgit v1.2.3