From a435ebe53a718e9e27e40d39e7aba717f0fec92a Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:38:44 -0500 Subject: [PATCH] add discord and matrix links --- docs/astro.config.mjs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 45c24dff..3d3727e4 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -22,6 +22,16 @@ export default defineConfig({ label: "GitHub", href: "https://github.com/Drop-OSS/", }, + { + icon: "discord", + label: "Discord", + href: "https://discord.gg/NHx46XKJWA", + }, + { + icon: "matrix", + label: "Matrix", + href: "https://matrix.to/#/%23drop-oss:matrix.org", + }, ], sidebar: [ {