diff options
author | 2021-05-07 19:06:06 -0400 | |
---|---|---|
committer | 2021-05-07 19:06:06 -0400 | |
commit | d653a68665a8f9ee91c43c0a68310bf18829fc59 (patch) | |
tree | dd9daa5cffc1a4b195eb4ff9a73cef6b94dcc9dc | |
parent | 9feffda850fe452cb9509dc8b6dd2b87e77725c5 (diff) | |
download | astro-d653a68665a8f9ee91c43c0a68310bf18829fc59.tar.gz astro-d653a68665a8f9ee91c43c0a68310bf18829fc59.tar.zst astro-d653a68665a8f9ee91c43c0a68310bf18829fc59.zip |
Update the Discord link
-rw-r--r-- | www/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro index bc4c0711d..df1df75d0 100644 --- a/www/src/pages/index.astro +++ b/www/src/pages/index.astro @@ -75,7 +75,7 @@ let permalink = 'https://astro.build/'; </style> <script> - console.log('%cGet early Astro access 👉 https://discord.gg/EsGdSGen', "color:#17c083; font-size: 1.2em; padding: 1em;"); + console.log('%cGet early Astro access 👉 https://discord.gg/8kN9pSDYdt', "color:#17c083; font-size: 1.2em; padding: 1em;"); </script> </body> </html> |