Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): lock file maintenance #189

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: '/#', // 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: '/#', // 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
},
},
})
Loading
Loading