From c4ba23d4f06642408e86ad485289452afc8e55b5 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 22 Sep 2023 20:27:28 +0300 Subject: [PATCH] docs: nuxt configuration redirect descriptions (#106) --- docs/nuxt-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nuxt-configuration.md b/docs/nuxt-configuration.md index 7ad2afc..d9dd42d 100644 --- a/docs/nuxt-configuration.md +++ b/docs/nuxt-configuration.md @@ -11,8 +11,8 @@ export default defineNuxtConfig({ // Optional default config // authJs: { // verifyClientOnEveryRequest: true, - // guestRedirectTo: "/", // where to redirect if the user is authenticated - // authenticatedRedirectTo: "/", // where to redirect if the user is not authenticated + // guestRedirectTo: "/", // where to redirect if the user is not authenticated + // authenticatedRedirectTo: "/", // where to redirect if the user is authenticated // baseUrl: "" // should be something like https://www.my-app.com // }, runtimeConfig: {