diff --git a/src/BootstrapBlazor.Server/Components/App.razor b/src/BootstrapBlazor.Server/Components/App.razor index f913f6f4cd4..7f3983d0606 100644 --- a/src/BootstrapBlazor.Server/Components/App.razor +++ b/src/BootstrapBlazor.Server/Components/App.razor @@ -1,5 +1,6 @@ @inject IWebHostEnvironment Env @inject IStringLocalizer Localizer +@inject IOptions WebsiteOption @@ -18,23 +19,13 @@ - @if (Env.IsSupportAssets()) - { - @this.RenderAssets() - } - else - { - - - - - - - - - - - } + + + + + + + @@ -53,7 +44,7 @@ @if (Env.IsProduction()) { - +