From d7360cfa6a0d4e1e25a9de81f1d22272ea15b3e8 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 16 Nov 2025 22:49:11 +0200 Subject: [PATCH] Fix todays page test (#550) --- public/index.html | 32 ++++++++++++++++++++++++++++++++ webpack.config.js | 3 +++ 2 files changed, 35 insertions(+) diff --git a/public/index.html b/public/index.html index d9e2e29..4b2fd58 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,38 @@ + + tududi diff --git a/webpack.config.js b/webpack.config.js index 212137a..eeb54b4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -82,6 +82,9 @@ module.exports = { title: 'tududi', filename: 'index.html', template: 'public/index.html', + templateParameters: { + BASE_PATH: process.env.TUDUDI_BASE_PATH || '', + }, }), new CopyWebpackPlugin({ patterns: [