Skip to content

Commit

Permalink
Fix redirect (#286)
Browse files Browse the repository at this point in the history
* fixed the reputation 404 broken link

* fix: broken url required redirect
  • Loading branch information
nimrodkra authored Feb 8, 2024
1 parent 236b154 commit ce26ce6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"source": "/docs/how-does-daily-dev-work/reputation",
"destination": "/docs/your-profile/reputation"
},
{
"source": "/docs/how-does-daily-dev-work/how-to-get-featured",
"destination": "/docs/for-content-creators/how-to-get-featured"
},
{
"source": "/docs/key-features/default-feeds",
"destination": "/docs/key-features/feeds"
Expand Down

0 comments on commit ce26ce6

Please sign in to comment.