From 8959a6e1cb2f8f2d37bcc5fcd3a19e94fffe14a0 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 31 Jul 2021 23:37:31 +0200 Subject: removed weird function call --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'next.config.js') 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', }, }) -- cgit v1.2.3