Files
taxbaik/test_run
kjh2064 d93e3a3aeb
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m57s
fix: Update index.html to use blazor.web.js (.NET 10)
ISSUE:
- index.html was loading blazor.webassembly.js (outdated .NET 5-8 pattern)
- .NET 10 uses blazor.web.js instead
- This caused 404 errors when loading admin dashboard

FIX:
- Change script source from blazor.webassembly.js to blazor.web.js
- Matches the actual files deployed in wwwroot/_framework/

RESULT:
- Admin login page will now load correctly
- Blazor WebAssembly runtime will initialize properly

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-03 18:04:56 +09:00
..