Skip to content

Commit dcaf8d2

Browse files
committed
dx: add playground nuxtify config
1 parent 316ddd8 commit dcaf8d2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

playground/nuxt.config.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
export default defineNuxtConfig({
22
modules: ['../src/module'],
33
devtools: { enabled: true },
4-
nuxtifyCore: {},
4+
nuxtifyCore: {
5+
brand: {
6+
name: '@nuxtify/core playground',
7+
},
8+
announcement: {
9+
show: true,
10+
message: 'Welcome to the @nuxtify/core playground!',
11+
buttonText: 'Click me',
12+
buttonUrl: 'https://nuxtify.dev/',
13+
},
14+
},
515
})

0 commit comments

Comments
 (0)