aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js5
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
+ },
}