Skip to content

Commit

Permalink
feat: add vuejs nation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 15, 2024
1 parent dac5c19 commit d306c0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export default defineNuxtConfig({
'www.middlesbroughfe.co.uk',
'res.cloudinary.com',
'cityjsconf.org',
'vuejsnation.com',
],
screens: {
logo: 40,
Expand Down
7 changes: 7 additions & 0 deletions src/components/TheHome.server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ const upcomingConferences: Array<{
location: string
image: string
}> = [
{
name: 'Vue.js Nation',
dates: '24-25 January',
link: 'https://vuejsnation.com/',
location: '🌍',
image: 'https://vuejsnation.com/images/thumbnail-2024.jpg',
},
{
name: 'Vue.js Amsterdam',
dates: '28-29 February',
Expand Down

1 comment on commit d306c0e

@vercel
Copy link

@vercel vercel bot commented on d306c0e Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.