From bfb3da938d47bcb5f49189ebd44067ca743acc40 Mon Sep 17 00:00:00 2001 From: Thijs Date: Tue, 23 Apr 2024 11:34:26 -0700 Subject: [PATCH] Update nuxt.config.js --- nuxt.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index bc9b073..03d5461 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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