We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316ddd8 commit dcaf8d2Copy full SHA for dcaf8d2
playground/nuxt.config.ts
@@ -1,5 +1,15 @@
1
export default defineNuxtConfig({
2
modules: ['../src/module'],
3
devtools: { enabled: true },
4
- nuxtifyCore: {},
+ 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
15
})
0 commit comments