From 90e07ea9d794428358605981e1b3cba0a19c8e30 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Mon, 18 May 2026 23:39:44 -0400 Subject: [PATCH] fix(routing): static Routes, InteractiveAuto HeadOutlet, drop DefaultLayout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- DeepDrftWeb/Components/App.razor | 4 ++-- DeepDrftWeb/Components/Routes.razor | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/DeepDrftWeb/Components/App.razor b/DeepDrftWeb/Components/App.razor index ed1a4e5..56c86fc 100644 --- a/DeepDrftWeb/Components/App.razor +++ b/DeepDrftWeb/Components/App.razor @@ -15,11 +15,11 @@ - + - +