Skip to content

Commit

Permalink
feat: Add additional join.tts.gsa.gov redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Sep 13, 2024
1 parent 0e974ae commit fc5dfc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/_federalist-redirects.njk
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,14 @@ server {
return 301 https://handbook.tts.gsa.gov/#tts-offices;
}

location ~ ^/join/PX-ContactCenterAnalysts/?$ {
return 301 https://tts.gsa.gov/join/public-experience-contact-center-analyst.html;
}

location ~ ^/join/Communities-Collaboration-Branch-Chief/?$ {
return 301 https://tts.gsa.gov/join/tts-platforms-and-services-communities-and-collaboration-branch-chief.html;
}

location / {
return 301 https://tts.gsa.gov/join$request_uri;
}
Expand Down

0 comments on commit fc5dfc3

Please sign in to comment.