mirror of
https://github.com/zadam/trilium.git
synced 2026-01-12 09:34:26 +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.
|
||||
return jsonResponse({
|
||||
assetPath: "assets",
|
||||
assetPath: "./",
|
||||
baseApiUrl: "../api/",
|
||||
themeCssUrl: null,
|
||||
themeUseNextAsBase: "next",
|
||||
iconPackCss: "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user