Skip to content

Commit be244af

Browse files
committed
feat: update portafolio
1 parent cdbd7ce commit be244af

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

portfolio/lib/i18n.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const translations = {
105105
tags: ['Java', 'Spring Boot', 'Axon Framework', 'CQRS', 'Event Sourcing'],
106106
demoUrl: 'https://github.com/javiernuma',
107107
githubUrl: 'https://github.com/javiernuma',
108-
image: '/images/Event-Sourcing-CQRS-Reference-Architecture.png' // Imagen añadida
108+
image: '/images/Event-Sourcing-CQRS-Reference-Architecture.png'
109109
},
110110
{
111111
title: 'Functional Reactive Microservices con Scala 3',
@@ -121,7 +121,7 @@ export const translations = {
121121
tags: ['Terraform', 'AWS', 'Kubernetes', 'IaC', 'DevOps'],
122122
demoUrl: 'https://github.com/javiernuma',
123123
githubUrl: 'https://github.com/javiernuma',
124-
image: '/images/Cloud-Native-Infrastructure-Terraform.png'
124+
image: '/images/Cloud-Native-Infrastructure-Terraform.png' // Imagen vacía por defecto para mantener la consistencia de tipos
125125
}
126126
]
127127
},
@@ -277,7 +277,7 @@ export const translations = {
277277
tags: ['Java', 'Spring Boot', 'Axon Framework', 'CQRS', 'Event Sourcing'],
278278
demoUrl: 'https://github.com/javiernuma',
279279
githubUrl: 'https://github.com/javiernuma',
280-
image: '/images/Event-Sourcing-CQRS-Reference-Architecture.png' // Imagen añadida
280+
image: '/images/Event-Sourcing-CQRS-Reference-Architecture.png'
281281
},
282282
{
283283
title: 'Functional Reactive Microservices with Scala 3',
@@ -293,6 +293,7 @@ export const translations = {
293293
tags: ['Terraform', 'AWS', 'Kubernetes', 'IaC', 'DevOps'],
294294
demoUrl: 'https://github.com/javiernuma',
295295
githubUrl: 'https://github.com/javiernuma',
296+
image: '' // Imagen vacía para consistencia
296297
}
297298
]
298299
},

0 commit comments

Comments
 (0)