fix(public): restore InteractiveAuto at router root so MainLayout hydrates

This commit is contained in:
Daniel Harvey
2026-05-20 21:29:39 -04:00
parent 28f585915a
commit 970bd4e107
3 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -15,11 +15,11 @@
<link rel="stylesheet" href="styles/deepdrft-styles.css" />
<ImportMap />
<link rel="icon" type="image/ico" href="deepdrft-logo.ico" />
<HeadOutlet />
<HeadOutlet @rendermode="InteractiveAuto" />
</head>
<body>
<Routes />
<Routes @rendermode="InteractiveAuto" />
<script src="_framework/blazor.web.js"></script>
<script src=@Assets["_content/MudBlazor/MudBlazor.min.js"]></script>
<script type="module">