Skip to content

Commit ce26ce6

Browse files
authored
Fix redirect (#286)
* fixed the reputation 404 broken link * fix: broken url required redirect
1 parent 236b154 commit ce26ce6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vercel.json

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"source": "/docs/how-does-daily-dev-work/reputation",
2525
"destination": "/docs/your-profile/reputation"
2626
},
27+
{
28+
"source": "/docs/how-does-daily-dev-work/how-to-get-featured",
29+
"destination": "/docs/for-content-creators/how-to-get-featured"
30+
},
2731
{
2832
"source": "/docs/key-features/default-feeds",
2933
"destination": "/docs/key-features/feeds"

0 commit comments

Comments
 (0)