Add quest page

This commit is contained in:
2025-08-01 22:15:30 +02:00
parent 13ad0eeb56
commit 624bb7e124
12 changed files with 497 additions and 15 deletions
+6
View File
@@ -0,0 +1,6 @@
import { useTitleStore } from '~/stores/title';
export default defineNuxtRouteMiddleware(() => {
const titleStore = useTitleStore();
titleStore.title = undefined;
});