Merge branch 'master' into log-priority

This commit is contained in:
wiz 2022-02-07 10:36:54 +00:00 committed by GitHub
commit bd10d3f9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,10 +459,6 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
path: 'assets', path: 'assets',
component: AssetsNavComponent, component: AssetsNavComponent,
children: [ children: [
{
path: 'featured',
component: AssetsFeaturedComponent,
},
{ {
path: 'all', path: 'all',
component: AssetsComponent, component: AssetsComponent,
@ -477,7 +473,7 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
}, },
{ {
path: '**', path: '**',
redirectTo: 'featured' redirectTo: 'all'
} }
] ]
}, },