Feat: effect used style

This commit is contained in:
2024-07-07 00:28:15 +02:00
parent 0facc4694f
commit 6112a7d6ba
112 changed files with 3505 additions and 3545 deletions
+3
View File
@@ -65,6 +65,9 @@ export default defineNuxtRouteMiddleware(async (to, from) => {
return;
}
if (to.path == "/test") {
return;
}
// In a real app you would probably not redirect every route to `/`
// however it is important to check `to.path` before redirecting or you
// might get an infinite redirect loop