Back to server for load speed

This commit is contained in:
2026-09-09 13:48:58 -04:00
parent 5ce3559c74
commit 08943fe6f4
15 changed files with 514 additions and 81 deletions
+6
View File
@@ -0,0 +1,6 @@
<Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />
</Found>
</Router>