From 667b4ec2b1d009ec2ca375aabb7187f522b0edc2 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 14 Jun 2023 17:08:14 +0200 Subject: [PATCH] fix: resolved issues with external links --- README.md | 2 +- config/site.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa76d43..85e7f23 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
- +
diff --git a/config/site.ts b/config/site.ts index 8bc3f1e..21a25d7 100644 --- a/config/site.ts +++ b/config/site.ts @@ -5,7 +5,7 @@ export const siteConfig = { url: "https://hellob.art", ogImage: "https://hellob.art/og.jpg", links: { - linkedIn: "https://linkedin.com/bartvdbraak", + linkedIn: "https://linkedin.com/in/bartvdbraak", github: { project: "https://github.com/bartvdbraak/hellob.art", profile: "https://github.com/bartvdbraak",