Skip to content

Commit

Permalink
redirect /nixos and /nixpkgs to /
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jun 4, 2020
1 parent 11748ab commit 4d8dec5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions netlify.toml
Expand Up @@ -10,6 +10,18 @@
status = 302
force = true

[[redirects]]
from = "/nixos"
to = "/"
status = 302
force = true

[[redirects]]
from = "/nixpkgs"
to = "/"
status = 302
force = true

[[redirects]]
from = "/nix/download.html"
to = "/download.html"
Expand Down

0 comments on commit 4d8dec5

Please sign in to comment.