Fix URLs for Nuxt Hub wordmarks

This commit is contained in:
Hugo
2025-09-14 20:46:30 +02:00
committed by GitHub
parent 907c2b9892
commit 3497a6e1e9
+2 -2
View File
@@ -311,8 +311,8 @@ export const svgs: iSVG[] = [
url: 'https://hub.nuxt.com/', url: 'https://hub.nuxt.com/',
route: '/library/nuxthub.svg', route: '/library/nuxthub.svg',
wordmark: { wordmark: {
light: '/library/nuxt-hub-wordmark-light.svg', light: '/library/nuxthub-wordmark-light.svg',
dark: '/library/nuxt-hub-wordmark-dark.svg' dark: '/library/nuxthub-wordmark-dark.svg'
}, },
brandUrl: 'https://nuxt.com/design-kit' brandUrl: 'https://nuxt.com/design-kit'
}, },