id what this is

This commit is contained in:
2025-01-11 10:24:56 +01:00
parent 201381342c
commit 8223ca5166
12 changed files with 232 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { useGameStore } from "~/store/game.store";
const validPaths = ["/", "/rules", "/test", "/words"];
const validPaths = ["/", "/rules", "/test", "/words", "/concepts"];
export default defineNuxtRouteMiddleware(async (to, from) => {
const config = useRuntimeConfig();