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

@@ -15,7 +15,7 @@
</head>
<body>
<Routes />
<Routes @rendermode="InteractiveServer" />
<ReconnectModal />
<script src="@Assets["_framework/blazor.web.js"]"></script>
</body>