mirror of
https://github.com/zadam/trilium.git
synced 2026-02-28 09:33:38 +01:00
chore(client/lightweight): fix asset and API base path
This commit is contained in:
parent
9bce12a85b
commit
cbd2fc3966
@ -120,7 +120,8 @@ async function handleBootstrap() {
|
|||||||
|
|
||||||
// Later: return real globals from your core state/config.
|
// Later: return real globals from your core state/config.
|
||||||
return jsonResponse({
|
return jsonResponse({
|
||||||
assetPath: "assets",
|
assetPath: "./",
|
||||||
|
baseApiUrl: "../api/",
|
||||||
themeCssUrl: null,
|
themeCssUrl: null,
|
||||||
themeUseNextAsBase: "next",
|
themeUseNextAsBase: "next",
|
||||||
iconPackCss: "",
|
iconPackCss: "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user