Skip to content

Commit

Permalink
Merge pull request #2503 from mainmatter/domains
Browse files Browse the repository at this point in the history
Add mainmatter.de and mainmatter.net as aliases
  • Loading branch information
marcoow authored Aug 4, 2024
2 parents 3598420 + 8647af8 commit 12f8602
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,36 @@
to = "https://mainmatter.com/:splat"
force = true

[[redirects]]
from = "https://mainmatter.de/*"
to = "https://mainmatter.com/:splat"
force = true

[[redirects]]
from = "https://www.mainmatter.de/*"
to = "https://mainmatter.com/:splat"
force = true

[[redirects]]
from = "https://mainmatter.net/*"
to = "https://mainmatter.com/:splat"
force = true

[[redirects]]
from = "https://www.mainmatter.net/*"
to = "https://mainmatter.com/:splat"
force = true

[[redirects]]
from = "https://mainmatter.eu/*"
to = "https://mainmatter.com/:splat"
force = true

[[redirects]]
from = "https://www.mainmatter.eu/*"
to = "https://mainmatter.com/:splat"
force = true

# redirect old workshop pages
[[redirects]]
from = "https://elixir-phoenix-workshop.simplabs.com/*"
Expand Down

0 comments on commit 12f8602

Please sign in to comment.