From 1335b3f6bcd55fbcac0529f39268ff3fb74908b6 Mon Sep 17 00:00:00 2001 From: gluzzati Date: Fri, 22 Mar 2024 15:55:54 +0000 Subject: [PATCH] basepath --- frontend/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/next.config.js b/frontend/next.config.js index 808c0d5..9a7ebb3 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -21,4 +21,5 @@ module.exports = withPWA({ serverRuntimeConfig: { apiURL: process.env.API_URL ?? 'http://localhost:8080', }, + basePath: process.env.WEBROOT ?? '', });