summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/web/astro.config.mjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/web/astro.config.mjs b/packages/web/astro.config.mjs
index 63b93b9d8..8386ed7d5 100644
--- a/packages/web/astro.config.mjs
+++ b/packages/web/astro.config.mjs
@@ -78,4 +78,7 @@ export default defineConfig({
],
}),
],
+ redirects: {
+ "/discord": "https://discord.gg/invite/opencode",
+ },
})