Skip to content

Commit

Permalink
Adding netlify.toml redirect logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanyoung-dev committed May 9, 2024
1 parent 82e6eb1 commit 4d45c11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/web/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ force = true
from = "https://sitecoremaster.com/*"
to = "https://dylanyoung.dev/"
status = 301
force = true

[[redirects]]
from = "/sugcon-eu-2024/*"
to = "/speaking/sugcon-europe-2024/:splat"
status = 301
force = true

0 comments on commit 4d45c11

Please sign in to comment.