PiranhaCMS / piranha.core

Piranha CMS is the friendly editor-focused CMS for .NET that can be used both as an integrated CMS or as a headless API.

Home Page:http://piranhacms.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Alternate Start Page

slynch401k opened this issue · comments

How can I change the default start page in Razor Pages Template? I have my own index page that I want to use.

options.UseCms(o =>
{
o.UseStartpageRouting = false;
});