From e647fbcef903067fcf5391e4d5bc8e404d482e20 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Fri, 24 Jan 2025 19:31:05 +0100 Subject: upgrades - node, react, next, etc --- next.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'next.config.js') 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', } -- cgit v1.2.3