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 ?? '', });