Skip to content

Commit

Permalink
begin adding redirets to the new website
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Sep 25, 2024
1 parent 9ce7ffc commit da5c332
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ GATSBY_CPU_COUNT = "1"
includeSubDomains;
preload'''

[[redirects]]
from = "/"
to = "https://adoptium-rewrite.netlify.app/"
status = 200
force = true

[[redirects]]
from = "/:locale/"
to = "https://adoptium-rewrite.netlify.app/:locale/"
status = 200
force = true

[[redirects]]
from = "https://blog.adoptium.net/*"
to = "https://adoptium.net/blog/:splat"
Expand Down

0 comments on commit da5c332

Please sign in to comment.