Skip to content

Commit 7b542d6

Browse files
authored
Update index.jsx
1 parent 0318d13 commit 7b542d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/shared/routes/index.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ function Routes({ communityId }) {
9393
component={() => <TrackHomePages base="/community" />}
9494
path="/community/(competitive-programming|data-science|design|development|qa)/how-to-compete"
9595
/>
96+
<Redirect
97+
from="/community/gigs"
98+
to="/gigs"
99+
/>
96100
<Route
97101
component={PolicyPages}
98102
exact

0 commit comments

Comments
 (0)