Skip to content

Commit 33636f1

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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: '[email protected]',
2121
},
2222

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

0 commit comments

Comments
 (0)