From b578a9ba57ac0df2fcb7e7bc97db8a6fa10a55b7 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 4 Jul 2026 20:49:58 +0900 Subject: [PATCH] fix: use relative WASM bootstrap script path with base href - Changed /_framework/blazor.webassembly.js to _framework/blazor.webassembly.js - Relative path combines with base href="/taxbaik/admin/" to resolve correctly - WASM files located at /admin/_framework/ (from TaxBaik.Web.Client build) - Browser will now successfully boot WASM and render dashboard.razor Resolves 404 error: was requesting /_framework/ (doesn't exist) Now correctly resolves to: /taxbaik/admin/_framework/ (exists) Co-Authored-By: Claude Haiku 4.5 --- src/TaxBaik.Web.Client/wwwroot/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TaxBaik.Web.Client/wwwroot/index.html b/src/TaxBaik.Web.Client/wwwroot/index.html index 7b4f563..36e5275 100644 --- a/src/TaxBaik.Web.Client/wwwroot/index.html +++ b/src/TaxBaik.Web.Client/wwwroot/index.html @@ -47,7 +47,7 @@ - +