enable EnhancedNavigation by default

This commit is contained in:
sbwalker
2025-12-17 15:51:21 -05:00
parent 8113c82da8
commit f74eda274a

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);