From 0e486fe4ee6293779936b3c6bcab5fe7b2964da7 Mon Sep 17 00:00:00 2001 From: Thijs Date: Sun, 24 Mar 2024 19:18:23 -0700 Subject: [PATCH] Update nuxt.config.js --- nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 0e9374a..bc9b073 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -15,12 +15,12 @@ export default { { name: 'description', content: - "Hey there! I'm a fullstack developer, designer, moderator, and high school student. I'm interested in development, moderation, and building thriving online communities.", + "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:description', content: - "Hey there! I'm a fullstack developer, designer, moderator, and high school student. I'm interested in development, moderation, and building thriving online communities.", + "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' },