feat: remove query based routing

This commit is contained in:
2025-12-29 19:47:01 +01:00
parent e912270d1e
commit 96f8d5093b
14 changed files with 207 additions and 140 deletions

View File

@@ -141,8 +141,9 @@ export const useProjectsStore = defineStore("projects", {
ease: "none",
onComplete: () => {
setTimeout(() => {
const router = useRouter();
router.push({ query: {} });
this.isOutro = false;
const app = useAppStore();
app.navigateTo("home");
}, 3000);
},
},