💚 Create Nuxt category & update svgs data
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
📦 Build / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

This commit is contained in:
pheralb
2025-09-15 17:52:02 +01:00
parent 6aac1ebb6c
commit fdb9f91d2a
2 changed files with 8 additions and 7 deletions
+6 -6
View File
@@ -266,7 +266,7 @@ export const svgs: iSVG[] = [
},
{
title: 'Nuxt',
category: 'Framework',
category: ['Framework', 'Nuxt'],
route: '/library/nuxt.svg',
url: 'https://nuxt.com/',
wordmark: {
@@ -277,7 +277,7 @@ export const svgs: iSVG[] = [
},
{
title: 'Nuxt UI',
category: 'Library',
category: ['Library', 'Nuxt'],
url: 'https://ui.nuxt.com/',
route: {
light: '/library/nuxt-ui-wordmark-light.svg',
@@ -287,7 +287,7 @@ export const svgs: iSVG[] = [
},
{
title: 'Nuxt Content',
category: 'Library',
category: ['Library', 'Nuxt'],
url: 'https://content.nuxt.com/',
route: {
light: '/library/nuxt-content-wordmark-light.svg',
@@ -297,7 +297,7 @@ export const svgs: iSVG[] = [
},
{
title: 'Nuxt Studio',
category: 'Library',
category: ['Library', 'Nuxt'],
url: 'https://studio.nuxt.com/',
route: {
light: '/library/nuxt-studio-wordmark-light.svg',
@@ -307,7 +307,7 @@ export const svgs: iSVG[] = [
},
{
title: 'NuxtHub',
category: 'Library',
category: ['Library', 'Nuxt'],
url: 'https://hub.nuxt.com/',
route: '/library/nuxthub.svg',
wordmark: {
@@ -318,7 +318,7 @@ export const svgs: iSVG[] = [
},
{
title: 'Docus',
category: 'Software',
category: ['Software', 'Nuxt'],
url: 'https://docus.dev/',
route: {
light: '/library/docus-light.svg',
+2 -1
View File
@@ -34,4 +34,5 @@ export type tCategory =
| 'Analytics'
| 'Sync Engine'
| 'Platform'
| 'Automation';
| 'Automation'
| 'Nuxt';