From d4192f55413145bc582d6f4325c1952230e724b1 Mon Sep 17 00:00:00 2001 From: Gabriel Pelouze Date: Thu, 8 Aug 2024 15:23:21 +0200 Subject: [PATCH] fix code following next update --- vre-panel/next.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vre-panel/next.config.js b/vre-panel/next.config.js index 56ab911..a0c76f2 100644 --- a/vre-panel/next.config.js +++ b/vre-panel/next.config.js @@ -2,9 +2,7 @@ console.log(process.env.NODE_ENV); module.exports = { reactStrictMode: true, - experimental: { - outputStandalone: true - }, + output: "standalone", basePath: process.env.FRONTEND_BASE_PATH, publicRuntimeConfig: { basePath: process.env.FRONTEND_BASE_PATH,