enable EnhancedNavigation by default
This commit is contained in:
@ -593,6 +593,7 @@ namespace Oqtane.Infrastructure
|
||||
Runtime = runtime,
|
||||
Prerender = (rendermode == RenderModes.Interactive),
|
||||
Hybrid = false,
|
||||
EnhancedNavigation = true,
|
||||
TenantId = tenant.TenantId
|
||||
};
|
||||
site = sites.AddSite(site);
|
||||
|
||||
Reference in New Issue
Block a user