We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nuxt/app
1 parent 00fd87a commit 3c82ad6Copy full SHA for 3c82ad6
src/runtime/middleware/logged-in.ts
@@ -1,5 +1,6 @@
1
import { withQuery } from 'ufo'
2
import { defineNuxtRouteMiddleware, navigateTo, useRouter, useAppConfig, useHanko, useRequestEvent } from '#imports'
3
+import type {} from 'nuxt/app'
4
5
export default defineNuxtRouteMiddleware(async (to) => {
6
const redirects = useAppConfig().hanko.redirects
0 commit comments