From 3908b2de20bc24f9dfd3e167683342ea10411640 Mon Sep 17 00:00:00 2001
From: Mark Koelle <mkoelle@gmail.com>
Date: Mon, 6 Nov 2023 23:06:44 -0600
Subject: [PATCH] update social links

---
 .eleventy.js        | 2 +-
 src/_data/site.json | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.eleventy.js b/.eleventy.js
index 323509c..7ef87e9 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -17,7 +17,7 @@ module.exports = (eleventyConfig) => {
     eleventyConfig.addPlugin(syntaxHighlight);
     eleventyConfig.addPlugin(eleventyNavigationPlugin);
     
-  eleventyConfig.addPlugin(EleventyVitePlugin, {});
+    eleventyConfig.addPlugin(EleventyVitePlugin, {});
     eleventyConfig.addPassthroughCopy('src/assets')
     eleventyConfig.addPassthroughCopy('src/robots.txt')
 
diff --git a/src/_data/site.json b/src/_data/site.json
index 4ed806b..f359a1c 100644
--- a/src/_data/site.json
+++ b/src/_data/site.json
@@ -14,17 +14,17 @@
         {
             "title": "LinkedIn",
             "logo": "bxl-linkedin",
-            "url": "https://github.com/mkoelle"
+            "url": "https://www.linkedin.com/in/mkoelle/"
         },
         {
             "title": "Twitter",
             "logo": "bxl-twitter",
-            "url": "https://github.com/mkoelle"
+            "url": "https://twitter.com/mkoelle"
         },
         {
             "title": "Facebook",
             "logo": "bxl-facebook-square",
-            "url": "https://github.com/mkoelle"
+            "url": "https://www.facebook.com/mark.koelle"
         }
     ]
 }
\ No newline at end of file