From 1a6fa9e898f94f5d054544d700a3a5bdd6ddd6d8 Mon Sep 17 00:00:00 2001 From: CODEX Date: Mon, 22 Jun 2026 20:19:05 +0300 Subject: [PATCH] Fix BIM share asset paths --- frontend/index.html | 8 ++++---- frontend/src/ui/logo.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 41a08e6..d4d290d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,12 +4,12 @@ BIM DC Viewer - + - + + diff --git a/frontend/src/ui/logo.js b/frontend/src/ui/logo.js index 04c22f5..f7ba131 100644 --- a/frontend/src/ui/logo.js +++ b/frontend/src/ui/logo.js @@ -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";