2 Commits
Author SHA1 Message Date
Pablo HdezandGitHub 6aac1ebb6c Merge pull request #763 from HugoRCD/fix/nuxthub-wordmark
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled
Fix: URLs for NuxtHub wordmarks
2025-09-14 21:01:19 +01:00
HugoandGitHub 3497a6e1e9 Fix URLs for Nuxt Hub wordmarks 2025-09-14 20:46:30 +02:00
+2 -2
View File
@@ -311,8 +311,8 @@ export const svgs: iSVG[] = [
url: 'https://hub.nuxt.com/',
route: '/library/nuxthub.svg',
wordmark: {
light: '/library/nuxt-hub-wordmark-light.svg',
dark: '/library/nuxt-hub-wordmark-dark.svg'
light: '/library/nuxthub-wordmark-light.svg',
dark: '/library/nuxthub-wordmark-dark.svg'
},
brandUrl: 'https://nuxt.com/design-kit'
},