📦 Update Vercel Assets
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

This commit is contained in:
Pablo Hdez
2025-02-05 22:51:46 +00:00
parent aad1ff0c65
commit 8bbbe40238
3 changed files with 17 additions and 17 deletions
+15 -15
View File
@@ -2678,20 +2678,6 @@ export const svgs: iSVG[] = [
wordmark: '/library/tina_wordmark.svg',
url: 'https://tina.io/'
},
{
title: 'Vercel',
category: ['Hosting', 'Vercel'],
route: {
light: '/library/vercel.svg',
dark: '/library/vercel_dark.svg'
},
wordmark: {
light: '/library/vercel_wordmark.svg',
dark: '/library/vercel_wordmark_dark.svg'
},
brandUrl: 'https://vercel.com/geist/brands',
url: 'https://vercel.com/'
},
{
title: 'Next.js',
category: ['Framework', 'Vercel'],
@@ -3282,5 +3268,19 @@ export const svgs: iSVG[] = [
dark: '/library/base-ui-dark.svg'
},
url: 'https://base-ui.com/'
}
},
{
title: 'Vercel',
category: ['Hosting', 'Vercel'],
route: {
light: '/library/vercel.svg',
dark: '/library/vercel_dark.svg'
},
wordmark: {
light: '/library/vercel_wordmark.svg',
dark: '/library/vercel_wordmark_dark.svg'
},
brandUrl: 'https://vercel.com/geist/brands',
url: 'https://vercel.com/'
},
];