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