Skip to content

Commit 33636f1

Browse files
committed
playground: add auth domain example
1 parent b788c5a commit 33636f1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

playground/nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ export default defineNuxtConfig({
2020
support: 'support@nuxtify.dev',
2121
},
2222

23+
// Auth
24+
auth: {
25+
adminDomain: 'nuxtify.dev',
26+
},
27+
2328
// Navigation
2429
navigation: {
2530
// Main nav

0 commit comments

Comments
 (0)