Extracted some pages to their own assembly and finished the artifact display page code
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@using OpenArchival.Blazor.Components.Account.Shared
|
||||
<Router AppAssembly="typeof(Program).Assembly">
|
||||
|
||||
<Router AppAssembly="typeof(Program).Assembly"
|
||||
AdditionalAssemblies="new[] {typeof(OpenArchival.Blazor.AdminPages.ArchiveConfiguration).Assembly}">
|
||||
<Found Context="routeData">
|
||||
<AuthorizeRouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)">
|
||||
<NotAuthorized>
|
||||
|
||||
Reference in New Issue
Block a user