Skip to content

Commit

Permalink
chore: update upcoming talks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 9, 2024
1 parent 9acd8b6 commit 6249ce2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 12 additions & 0 deletions src/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@
"title": "Building a better hammer",
"description": "This talk explores what's new in Nuxt 4, and the architectural decisions we've made to make it 'a better hammer', no matter what kind of project you're facing. This aims to be useful for anyone, even if they don't use Nuxt. We're thinking about framework philosophy, and what's under the hood.",
"slug": "2024-04-05-cityjs",
"group": "building-a-better-hammer",
"release": "2024-04-05-cityjs",
"source": "CityJS London",
"tags": [
Expand Down Expand Up @@ -771,5 +772,16 @@
],
"date": "2024-04-19T19:00:00.000Z",
"release": "2024-04-19-vuejs-athens"
},
{
"type": "conference",
"title": "Building a better hammer",
"group": "building-a-better-hammer",
"description": "This talk explores what's new in Nuxt 4, and the architectural decisions we've made to make it 'a better hammer', no matter what kind of project you're facing. This aims to be useful for anyone, even if they don't use Nuxt. We're thinking about framework philosophy, and what's under the hood.",
"slug": "2024-04-25-vuejslive",
"source": "Vue.js Live",
"tags": [
"nuxt"
]
}
]
6 changes: 0 additions & 6 deletions src/server/api/upcoming-conferences.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ const upcomingConferences: Array<{
}
location: string
}> = [
{
name: 'Vue.js Live',
dates: '25-26 April',
link: 'https://vuejslive.com/',
location: '🌍',
},
{
name: 'Vueconf US',
dates: '15-17 May',
Expand Down

0 comments on commit 6249ce2

Please sign in to comment.