Skip to content

Commit 014d10b

Browse files
committed
dx: add announcement bar to playground
1 parent 2c42318 commit 014d10b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

playground/nuxt.config.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ export default defineNuxtConfig({
44
compatibilityDate: '2025-03-22',
55
nuxtify: {
66
brand: {
7-
name: '@nuxtify/pages-playground',
7+
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/',
814
},
915
navigation: {
1016
primary: [

0 commit comments

Comments
 (0)