Template
id what this is
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user