feat(catalog): unify home with catalog and add clear qty controls

This commit is contained in:
Ruslan Bakiev
2026-04-03 12:17:05 +07:00
parent 71d2b176e9
commit f977896647
6 changed files with 500 additions and 601 deletions

View File

@@ -9,6 +9,6 @@ export default defineNuxtRouteMiddleware((to) => {
}
if (authToken.value && isLoginPage) {
return navigateTo('/products');
return navigateTo('/');
}
});