From c9875a377a7e6cafe3c61f18920181e6dd6aaf5c Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Sun, 5 Nov 2023 14:36:59 -0600 Subject: [PATCH] feat(social): added grlx Discord --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index 8eb2634..50d4bef 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -128,6 +128,7 @@ export default defineConfig({ social: { github: 'https://github.com/gogrlx/grlx', 'x.com': 'https://x.com/gogrlx', + discord: 'https://discord.gg/RNsZ3KWjXm', }, sidebar: [ { label: 'Getting Started', link: '/getting-started' },