Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 18, 2024
1 parent 566b9d4 commit f3c0723
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
export default defineNuxtConfig({
compatibilityDate: '2024-08-19',
modules: ['@nuxtjs/hanko'],
hanko: {
// You need to provide the Hanko API URL in order for it to work
apiURL: '',
cookieName: 'hanko',
redirects: {
login: '/login', // this is the default
home: '/', // this is the default
success: '/user', // this is a custom redirect
followRedirect: true, // this can be set to false to always redirect to the success page
},
},
// Make the app look a bit nicer
app: {
head: {
Expand All @@ -24,4 +12,16 @@ export default defineNuxtConfig({
],
},
},
compatibilityDate: '2024-08-19',
hanko: {
// You need to provide the Hanko API URL in order for it to work
apiURL: '',
cookieName: 'hanko',
redirects: {
login: '/login', // this is the default
home: '/', // this is the default
success: '/user', // this is a custom redirect
followRedirect: true, // this can be set to false to always redirect to the success page
},
},
})

0 comments on commit f3c0723

Please sign in to comment.