Fix BIM share asset paths

This commit is contained in:
CODEX
2026-06-22 20:19:05 +03:00
parent 99ee210ffc
commit 1a6fa9e898
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export function createLogo({
aspect = 4, // соотношение width / height контейнера
offsetY = 0,
paddingX = 0,
imageUrl = "./assets/logo.svg",
imageUrl = "/assets/logo.svg",
} = {}) {
const wrapper = document.createElement("div");
wrapper.className = "ue-logo";