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 2c42318 commit 014d10bCopy full SHA for 014d10b
playground/nuxt.config.ts
@@ -4,7 +4,13 @@ export default defineNuxtConfig({
4
compatibilityDate: '2025-03-22',
5
nuxtify: {
6
brand: {
7
- name: '@nuxtify/pages-playground',
+ name: '@nuxtify/pages playground',
8
+ },
9
+ announcement: {
10
+ show: true,
11
+ message: 'Welcome to the @nuxtify/pages playground!',
12
+ buttonText: 'Click me',
13
+ buttonUrl: 'https://nuxtify.dev/',
14
},
15
navigation: {
16
primary: [
0 commit comments