Missing special blogposts & redirects
Created by: st0nebraker
This closes #5489 (closed) & #5490 (closed). Audits any missing special blogposts & sets up redirects for old special blogposts urls.
Changelog
- 1 blogpost had a typo in it's url (was present prior to the Re-Platform merge too). Typo is fixed
- Redirects setup for special blogposts & old special blogposts indices => the default blog index.
Note
- No other blogposts were missing
Test
- Ensure prettier has standardized the proposed changes.
- Ensure go blogpost index (
/go
) redirects to/blog
- Ensure old go blog posts redirect to their new url (i.e.
/go/my-journey-to-go
)
- Ensure strange-loop blogpost index (
/strange-loop
) redirects to/blog
- Ensure old strange-loop blog posts redirect to their new url (i.e.
/strange-loop/strange-loop-2019-css-algorithms
)
- Ensure graphql blogpost index (
/graphql
) redirects to/blog
- Ensure old graphql blog posts redirect to their new url (i.e.
/graphql/teaching-graphql
)
- Ensure github-universe blogpost index (
/github-universe
) redirects to/blog
- Ensure old github-universe blog posts redirect to their new url (i.e.
/github-universe/github-universe-liveblog-ceos-keynote
)