fix: separate portal and web publish graphs
TaxBaik CI/CD / build-and-deploy (push) Failing after 4m50s

This commit is contained in:
2026-07-04 18:38:10 +09:00
parent 0005b7f583
commit 1534e7dd5b
4 changed files with 18 additions and 4 deletions
+5
View File
@@ -392,6 +392,11 @@ app.MapHealthChecks("/healthz");
app.MapRazorPages(); // Sitemap.cshtml, Rss.cshtml, Feed.cshtml
app.MapStaticAssets();
// Blazor WebAssembly Admin Client (WASM 파일 제공 필수)
app.MapRazorComponents<TaxBaik.WasmClient.Components.Admin.App>()
.AddInteractiveWebAssemblyRenderMode()
.AllowAnonymous();
// SPA 라우팅 폴백 (가장 마지막에!)
app.MapFallbackToFile("admin/{*path:nonfile}", "admin/index.html");