Skip to content

Commit

Permalink
chore: redirect index page for seesparkbox.com
Browse files Browse the repository at this point in the history
The previously added redirect only redirected sub-pages.
  • Loading branch information
jonoliver committed May 28, 2024
1 parent 2e514d6 commit 8927933
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
@@ -4,6 +4,12 @@
status = 301
force = true

[[redirects]]
from = "https://apprentices.seesparkbox.com"
to = "https://apprentices.sparkbox.com"
status = 301
force = true

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

0 comments on commit 8927933

Please sign in to comment.