Activate InteractiveServer rendermode to whole app, add and use Blazor.Storage package, display current render mode, remove added stuff that was required for static rendering

This commit is contained in:
2026-02-06 22:14:45 +01:00
parent 0878d0885a
commit 88e02c27ee
5 changed files with 43 additions and 3 deletions

View File

@@ -9,4 +9,8 @@
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazor.Storage" Version="5.0.0" />
</ItemGroup>
</Project>