From b4616e3efa8a0d28c28cf3d81954c2442922e914 Mon Sep 17 00:00:00 2001 From: Michael DeMarco Date: Sun, 14 Jul 2024 16:35:22 -0700 Subject: [PATCH] fix: new bio --- gatsby-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index d26db416..cdf6067d 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -7,7 +7,7 @@ module.exports = { title: "michaeldemar.co", author: { name: "Michael DeMarco", - summary: `an aspiring computer scientist completing his undergrad at the University of British Columbia (UBC) in Vancouver, BC.`, + summary: `a computer scientist at Notion Labs Inc., and graduate of the University of British Columbia`, }, description: "Michael DeMarco's personal blog. Software development, design, travel, and more.", @@ -156,7 +156,7 @@ module.exports = { } }`, output: "/rss.xml", - title: "Michael's Blog", + title: "Michael DeMarco's Blog", match: "^/blog/", }, ],