Skip to content

Commit

Permalink
chore: add redirect for seesparkbox.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoliver committed May 21, 2024
1 parent c580caf commit b969c9a
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
@@ -1,3 +1,9 @@
[[redirects]]
from = "https://apprentices.seesparkbox.com/*"
to = "https://apprentices.sparkbox.com/:splat"
status = 301
force = true

[[redirects]]
from = "/apply-dev.html"
to = "/"
Expand Down

0 comments on commit b969c9a

Please sign in to comment.