Fixes for Liquid module routing

This commit is contained in:
softsimon
2022-05-20 17:54:06 +04:00
parent d75af96a66
commit 6daacac75d
2 changed files with 8 additions and 2 deletions

View File

@@ -500,7 +500,7 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
},
{
path: '**',
redirectTo: 'all'
redirectTo: 'featured'
}
]
},