Skip to content

Commit

Permalink
fix: update vueconf logo (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jan 15, 2024
1 parent 5f2e192 commit 4bf79a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion budget.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"resourceType": "stylesheet",
"budget": 9.6
"budget": 9.8
}
],
"resourceCounts": [
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export default defineNuxtConfig({
'res.cloudinary.com',
'cityjsconf.org',
'vuejsnation.com',
'vueconf.us',
],
screens: {
logo: 40,
Expand Down
2 changes: 1 addition & 1 deletion src/components/TheHome.server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const upcomingConferences: Array<{
link: 'https://vueconf.us/',
location: '🇺🇸',
image:
'https://res.cloudinary.com/connectjs/image/upload/v1702956496/twittercard2024_2-01_faek7d.png',
'https://vueconf.us/__og-image__/image/og.png',
},
{
name: 'Middlesborough FE',
Expand Down

1 comment on commit 4bf79a2

@vercel
Copy link

@vercel vercel bot commented on 4bf79a2 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.