A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Yes, you can
Just filter your navigation data based on Start page of your site.
var Pages = contentLoader.GetChildren<PageData>(ContentReference.StartPage);
We have one site right now and created a new one with the same codebase. But we need to change how navigation works on the new site that will impact the first one. Are we able to create multiple navigation pages and specify which site uses which navigation page?