chore(client/lightweight): fix asset and API base path

This commit is contained in:
Elian Doran 2026-01-06 19:41:31 +02:00
parent 9bce12a85b
commit cbd2fc3966
No known key found for this signature in database

View File

@ -120,7 +120,8 @@ async function handleBootstrap() {
// Later: return real globals from your core state/config.
return jsonResponse({
assetPath: "assets",
assetPath: "./",
baseApiUrl: "../api/",
themeCssUrl: null,
themeUseNextAsBase: "next",
iconPackCss: "",