From d3a512bf9e646e88233c15f4331bd8b172fd6069 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sat, 16 Aug 2025 17:04:36 +0800 Subject: [PATCH] Build --- src/static/app/dist/index.html | 2 +- src/static/app/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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