Skip to content

Commit

Permalink
Merge pull request #317 from DeterminateSystems/grahamc-patch-1
Browse files Browse the repository at this point in the history
Add more redirects
  • Loading branch information
grahamc authored Feb 16, 2024
2 parents c4c2840 + 05f8d19 commit 29248ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,18 @@ status = 301
from = "https://www.z2n.dev/*"
to = "https://zero-to-nix.com/:splat"
status = 301

[[redirects]]
from = "https://z2n.dev/*"
to = "https://zero-to-nix.com/:splat"
status = 301

[[redirects]]
from = "https://www.z2n.dev/"
to = "https://zero-to-nix.com/"
status = 301

[[redirects]]
from = "https://z2n.dev/"
to = "https://zero-to-nix.com/"
status = 301

0 comments on commit 29248ec

Please sign in to comment.