Skip to content

Commit 897d2fa

Browse files
committed
Configure mts-sts redirects
1 parent 5b63957 commit 897d2fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[[redirects]]
2+
from = "https://mta-sts.infraspec.dev/.well-known/mta-sts.txt"
3+
to = "https://infraspec.dev/.well-known/mta-sts.txt"
4+
status = 200
5+
6+
[[redirects]]
7+
from = "https://mta-sts.infraspec.dev/*"
8+
to = "https://mta-sts.infraspec.dev/.well-known/mta-sts.txt"
9+
status = 302
10+
force = true

0 commit comments

Comments
 (0)