Skip to content

Commit 8d0a463

Browse files
authored
Merge pull request #319 from DeterminateSystems/grahamc-patch-1
Attempt to force redirects
2 parents fe8d976 + ee94ee3 commit 8d0a463

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

netlify.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,9 @@ from = "https://www.zerotwonix.com/*"
8787
to = "https://zero-to-nix.com/:splat"
8888
status = 301
8989

90-
[[redirects]]
91-
from = "https://www.z2n.dev/*"
92-
to = "https://zero-to-nix.com/:splat"
93-
status = 301
94-
9590
[[redirects]]
9691
from = "https://z2n.dev/*"
9792
to = "https://zero-to-nix.com/:splat"
93+
force = true
9894
status = 301
9995

100-
[[redirects]]
101-
from = "https://www.z2n.dev"
102-
to = "https://zero-to-nix.com/"
103-
status = 301
104-
105-
[[redirects]]
106-
from = "https://z2n.dev"
107-
to = "https://zero-to-nix.com/"
108-
status = 301

0 commit comments

Comments
 (0)