Skip to content

Commit

Permalink
Add redirects for aatia and aaact domains to handle English and Frenc…
Browse files Browse the repository at this point in the history
…h links
  • Loading branch information
shawnthompson committed Jan 21, 2025
1 parent c73cb6e commit de93926
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
status = 301
force = true

# Redirect aatia domain English links to aaact domain
[[redirects]]
from = "https://aatia.canada.ca/en/*"
to = "https://aaact.canada.ca/en/:splat"
status = 301
force = true

# Redirect aaact domain French links to aatia domain
[[redirects]]
from = "https://aaact.canada.ca/fr/*"
to = "https://aatia.canada.ca/fr/:splat"
status = 301
force = true

# Opt-in to the Netlify Lighthouse plugin (choose one):

Expand Down

0 comments on commit de93926

Please sign in to comment.