diff options
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/next.config.js b/next.config.js index feea710..1b87735 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,5 @@ module.exports = { ignoreDuringBuilds: true, dirs: ['apps', 'components', 'pages', 'configs', 'helpers', 'hocs', 'hooks'] }, - experimental: { - outputStandalone: true - }, + output: 'standalone', } |