Skip to content

Commit

Permalink
docs: nuxt configuration redirect descriptions (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvirkus authored and Hebilicious committed Sep 22, 2023
1 parent e00d204 commit c4ba23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nuxt-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c4ba23d

Please sign in to comment.