aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2025-01-24 19:31:05 +0100
committerGravatar piotrruss <mail@pruss.it> 2025-01-25 23:23:13 +0100
commite647fbcef903067fcf5391e4d5bc8e404d482e20 (patch)
treef52adc8bb538e310898676f37c143a93e15bbc42 /next.config.js
parent57095a47c4c3c2e8615854436c7770e7ee101197 (diff)
downloadmy_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.tar.gz
my_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.tar.bz2
my_apps-e647fbcef903067fcf5391e4d5bc8e404d482e20.zip
upgrades - node, react, next, etc
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js4
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',
}