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 dfdcaf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ GATSBY_CPU_COUNT = "1"
includeSubDomains;
preload'''

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

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

0 comments on commit dfdcaf1

Please sign in to comment.