I’d like to change the default number of posts listed on the home page to be more than 3.
From index.cshtml is there an easy way to change this value ArchivePageSize: 3 without having to add my own index.cshtml page in my projects input folder?
Could this be an appsettings.json value?
I’d like to change the default number of posts listed on the home page to be more than 3.
From index.cshtml is there an easy way to change this value
ArchivePageSize: 3without having to add my ownindex.cshtmlpage in my projectsinputfolder?Could this be an
appsettings.jsonvalue?