Skip to content

Commit

Permalink
wip: add tmp redirect for PR testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoliver committed May 28, 2024
1 parent 72bc3f0 commit d85c0f3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
[[redirects]]
from = "https://apprentices.seesparkbox.com"
from = "https://dnstest.seesparkbox.com/specific"
to = "https://sparkbox.com"
status = 301
force = true

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

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

0 comments on commit d85c0f3

Please sign in to comment.