From 5c109bbbaf483d083e261d4914f76bd2d59a2607 Mon Sep 17 00:00:00 2001 From: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Date: Tue, 6 May 2025 19:40:36 -0400 Subject: [PATCH] Update config.mts --- documentation/.vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/.vitepress/config.mts b/documentation/.vitepress/config.mts index b4562a9..715e501 100644 --- a/documentation/.vitepress/config.mts +++ b/documentation/.vitepress/config.mts @@ -244,6 +244,7 @@ export default defineConfig({ { icon: "buymeacoffee", link: "https://buymeacoffee.com/seanmorley15" }, { icon: "x", link: "https://x.com/AdventureLogApp" }, { icon: "mastodon", link: "https://mastodon.social/@adventurelog" }, + { icon: "instagram", link: "https://www.instagram.com/adventurelogapp" }, ], }, });