Skip to content

Commit

Permalink
Correct Heroku subdomain in domain redirects middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed Dec 31, 2024
1 parent b33e93a commit 9fbebcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/middlewares/rack/domain_redirect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DomainRedirect
['', '/tce', /tochangeeverything\.com/],

# Heroku subdomain
['', '', /crimethinc\.herokuapp\.com$/],
['', '', /the-crimethinc-production\.herokuapp\.com$/],

# Other TLDs
['', '', /crimethinc\.gay$/],
Expand Down

0 comments on commit 9fbebcc

Please sign in to comment.