diff options
Diffstat (limited to 'web/astro.config.mjs')
-rw-r--r-- | web/astro.config.mjs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/astro.config.mjs b/web/astro.config.mjs index 6f7f837..061f596 100644 --- a/web/astro.config.mjs +++ b/web/astro.config.mjs @@ -5,5 +5,8 @@ import tailwind from '@astrojs/tailwind'; // https://astro.build/config export default defineConfig({ - integrations: [tailwind()] -});
\ No newline at end of file + integrations: [tailwind()], + redirects: { + "/discord": "https://discord.com/invite/64pFP94AWA", + }, +}); |