diff --git a/src/data/talks.json b/src/data/talks.json index 45bc6a5b7..97c094834 100644 --- a/src/data/talks.json +++ b/src/data/talks.json @@ -744,5 +744,18 @@ "nuxt" ], "date": "2024-04-05T00:00:00.000Z" + }, + { + "type": "conference", + "title": "Modern development with Nuxt", + "description": "In the ever-evolving landscape of web development, choosing the right framework is crucial. Join Daniel as he delves into the realm of modern development practices. He'll explore the power and versatility of Nuxt and the unjs ecosystems, as well offer more general insights that are relevant no matter what framework you decide to use. The talk will be sprinkled with live coding to show off the features and capabilities you'll be able to put into practice.", + "slug": "2024-04-18-devoxx-gr", + "release": "2024-04-18-devoxx-gr", + "source": "Devoxx Greece", + "tags": [ + "nuxt", + "unjs" + ], + "date": "2024-04-18T00:00:00.000Z" } ] diff --git a/src/server/api/upcoming-conferences.get.ts b/src/server/api/upcoming-conferences.get.ts index f1162688b..2b6c2b09f 100644 --- a/src/server/api/upcoming-conferences.get.ts +++ b/src/server/api/upcoming-conferences.get.ts @@ -11,17 +11,6 @@ const upcomingConferences: Array<{ } location: string }> = [ - { - name: 'Devoxx Greece', - dates: '18-20 April', - link: 'https://devoxx.gr/', - location: '🇬🇷', - image: { - url: 'https://devoxx.gr/wp-content/uploads/2024/01/devoxxgreece.png', - height: 630, - width: 945, - }, - }, { name: 'Vue.js Live', dates: '25-26 April',