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