fix: added home page to dashboard sample
I've added a nicer homepage that showcases module and admin functionalities after setup is complete
@agriffard @MikeAlhayek
Shouldn't you then remove line 40-51 from here then? https://github.com/OrchardCMS/OrchardCore.Samples/blob/main/DashboardApplication/Program.cs
If Page/Index is handled by default that's all you would need. I still need to investigate why can't we define routes in the web project in addition to the area routes.
Shouldn't you then remove line 40-51 from here then? https://github.com/OrchardCMS/OrchardCore.Samples/blob/main/DashboardApplication/Program.cs
If Page/Index is handled by default that's all you would need. I still need to investigate why can't we define routes in the web project in addition to the area routes.
Correct, removed it!