Default Liquid asset child should be /featured

This commit is contained in:
softsimon 2024-01-19 00:15:51 +07:00
parent af7d437d09
commit 9e240e55ce
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -91,7 +91,7 @@ const routes: Routes = [
},
{
path: '**',
redirectTo: 'all'
redirectTo: 'featured'
}
]
},