From e0c393b7650c3419eb128e07be0ee2d6318ce8af Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Mon, 17 May 2021 19:49:58 +0900 Subject: [PATCH] chore: added dest option --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index ffa0116..fb7c6b2 100644 --- a/next.config.js +++ b/next.config.js @@ -5,6 +5,7 @@ const VERSION = require('./package.json').version const NextConfig = { pwa: { + dest: 'public', register: false }, env: {