From 5f04b6aa062c9ab857251d7a09e41ef4abc8e64d Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 14 Oct 2023 17:52:45 +0100 Subject: [PATCH] feat: update profile image --- src/config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.tsx b/src/config.tsx index 9c6ea9d..93ae519 100644 --- a/src/config.tsx +++ b/src/config.tsx @@ -4,7 +4,7 @@ const profile = { name: 'Harry Barden', title: 'Harry Barden - Software Engineer', description: 'Software engineer and creator of things. I write (sometimes) about software, productivity, and life.', - image: '/images/cover.png', + image: '/images/me.webp', twitter: { handle: '@bardenha', },