fix: corrent telegram mini app url in settings

This commit is contained in:
2025-08-06 21:14:09 +03:00
parent ad92dbfad4
commit ea2a60b59b
2 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ const routes = [
];
export const router = createRouter({
// history: createMemoryHistory('/image/catalog/tgshopspa/'),
history: createWebHashHistory('/image/catalog/tgshopspa/'),
routes,
});