diff options
author | 2025-01-24 19:31:05 +0100 | |
---|---|---|
committer | 2025-01-25 23:23:13 +0100 | |
commit | e647fbcef903067fcf5391e4d5bc8e404d482e20 (patch) | |
tree | f52adc8bb538e310898676f37c143a93e15bbc42 /next.config.js | |
parent | 57095a47c4c3c2e8615854436c7770e7ee101197 (diff) | |
download | my_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.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', } |