-
-
Couldn't load subscription status.
- Fork 6.4k
fix(blog): use redirect for Discord link #7901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Replace the hard-coded Discord invite URL with the site’s /discord redirect to centralize the invite code.
- Swapped direct
discord.gg/vUsrbjdlink for the/discordroute. - Ensures a single source of truth for the invite code.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7901 +/- ##
==========================================
- Coverage 75.47% 75.46% -0.02%
==========================================
Files 101 101
Lines 8311 8311
Branches 218 218
==========================================
- Hits 6273 6272 -1
- Misses 2036 2037 +1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Matt Cowley <me@mattcowley.co.uk>
|
Fast tracking! |
|
Lighthouse Results
|
Description
Quick fix for #7888 to use the Discord redirect that we have, so that we have a single source of truth for the Discord invite code should it need to be changed.
Validation
Discord link at end of pride blog post still works.
Related Issues
N/A
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.