fix(routing): static Routes, InteractiveAuto HeadOutlet, drop DefaultLayout
Routes needs no render mode — layouts declare the interactive mode. MainLayout (WASM) and CmsLayout (Server) are top-level islands with no conflicting parent render mode. DefaultLayout removed so AuthBlocks auth pages render self-contained without being forced into the WASM layout.
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
<link rel="stylesheet" href="styles/deepdrft-styles.css" />
|
||||
<ImportMap />
|
||||
<link rel="icon" type="image/ico" href="deepdrft-logo.ico" />
|
||||
<HeadOutlet @rendermode="InteractiveServer" />
|
||||
<HeadOutlet @rendermode="InteractiveAuto" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<Routes @rendermode="InteractiveServer" />
|
||||
<Routes />
|
||||
<script src="_framework/blazor.web.js"></script>
|
||||
<script src=@Assets["_content/MudBlazor/MudBlazor.min.js"]></script>
|
||||
<script type="module">
|
||||
|
||||
Reference in New Issue
Block a user