Skip to content

Commit

Permalink
Update nuxt.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tandpfun authored Apr 23, 2024
1 parent 9688eba commit bfb3da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export default {
content:
"Hey there! I'm a maker and high school student from the Bay Area. I'm super interested in code, electronics, and public transportation.",
},
{ name: 'og:title', content: 'Thijs [he/they]' },
{ name: 'og:image', content: '/favicon.png' },
{ name: 'og:title', content: 'Thijs [he/him]' },
{ name: 'og:image', content: '/redpanda.png' },
],
link: [{ rel: 'icon', type: 'image/png', href: '/favicon.png' }],
link: [{ rel: 'icon', type: 'image/png', href: '/redpanda.png' }],
},

// Global CSS: https://go.nuxtjs.dev/config-css
Expand Down

0 comments on commit bfb3da9

Please sign in to comment.