Skip to content

Commit 891d3c8

Browse files
committed
fix(config): logo paths
1 parent b1c8e1a commit 891d3c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export default defineAppConfig({
22
header: {
33
logo: {
4-
light: 'logo-nuxt-supabase-light.png',
5-
dark: 'logo-nuxt-supabase-dark.png',
4+
light: '/logo-nuxt-supabase-light.png',
5+
dark: '/logo-nuxt-supabase-dark.png',
66
alt: 'Nuxt Supabase',
77
},
88
},

0 commit comments

Comments
 (0)