diff --git a/src/static/app/dist/index.html b/src/static/app/dist/index.html
index e51b406b..b85a96f7 100644
--- a/src/static/app/dist/index.html
+++ b/src/static/app/dist/index.html
@@ -31,7 +31,7 @@
// Update document base if needed
const currentBase = document.querySelector('base')?.href || window.location.origin + '/'
const detectedBase = window.location.origin + getBasePath()
-
+ console.log(detectedBase)
if (currentBase !== detectedBase) {
const baseTag = document.querySelector('base') || document.createElement('base')
baseTag.href = detectedBase
diff --git a/src/static/app/index.html b/src/static/app/index.html
index 487c4106..98eba1bc 100644
--- a/src/static/app/index.html
+++ b/src/static/app/index.html
@@ -29,7 +29,7 @@
// Update document base if needed
const currentBase = document.querySelector('base')?.href || window.location.origin + '/'
const detectedBase = window.location.origin + getBasePath()
-
+ console.log(detectedBase)
if (currentBase !== detectedBase) {
const baseTag = document.querySelector('base') || document.createElement('base')
baseTag.href = detectedBase