5ca1fe8620
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m45s
Problem: Routes.razor Router component had no @rendermode attribute, causing routed pages to not render content (only shell was interactive). Solution: Add @rendermode="new InteractiveWebAssemblyRenderMode(prerender: false)" to Router element to ensure all routed page components render properly. Result: Blog pages and all admin pages now render their content correctly. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>