Skip to content

Commit 5406e0a

Browse files
committed
playground: add app logo
1 parent 7447e55 commit 5406e0a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

playground/nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export default defineNuxtConfig({
1111

1212
// Brand
1313
brand: {
14+
logo: {
15+
lightUrl: '/img/nuxtify-logo-light.png',
16+
darkUrl: '/img/nuxtify-logo-dark.png',
17+
},
1418
tagline: 'This is a sample tagline for the app module.',
1519
},
1620

7.35 KB
Loading
7.48 KB
Loading

0 commit comments

Comments
 (0)