diff --git a/src/TaxBaik.Web/Program.cs b/src/TaxBaik.Web/Program.cs index 19c18d3..2451f62 100644 --- a/src/TaxBaik.Web/Program.cs +++ b/src/TaxBaik.Web/Program.cs @@ -427,8 +427,7 @@ app.MapStaticAssets(); // 모든 Blazor 컴포넌트가 웹 서버에서 통합 서비스됨 // API는 웹 서버에서만 제공 (클라이언트 프로젝트 분리 불필요) app.MapRazorComponents() - .AddInteractiveWebAssemblyRenderMode() - .AddAdditionalAssemblies(typeof(TaxBaik.Web.Components.Admin._Imports).Assembly) + .AddInteractiveServerRenderMode() .AllowAnonymous(); // 애플리케이션 시작/종료 로깅