Merge pull request #5895 from sbwalker/dev

enable EnhancedNavigation by default
This commit is contained in:
Shaun Walker
2025-12-17 15:51:38 -05:00
committed by GitHub

View File

@@ -593,6 +593,7 @@ namespace Oqtane.Infrastructure
Runtime = runtime,
Prerender = (rendermode == RenderModes.Interactive),
Hybrid = false,
EnhancedNavigation = true,
TenantId = tenant.TenantId
};
site = sites.AddSite(site);