mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 09:15:49 +02:00
fix(client-standalone): some assets could not be loaded
This commit is contained in:
@@ -47,7 +47,7 @@ export function registerRoutes(router: BrowserRouter): void {
|
||||
|
||||
function bootstrapRoute() {
|
||||
const iconPacks = iconPackService.getIconPacks();
|
||||
const assetPath = "./";
|
||||
const assetPath = ".";
|
||||
|
||||
return {
|
||||
assetPath,
|
||||
|
||||
Reference in New Issue
Block a user