Skip to content

Commit

Permalink
docs: fix new redirects (catppuccin#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Nov 30, 2024
1 parent 44dce3c commit a817009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@
pkgs.linkFarm "search-engines" (
[
{
name = "stable";
path = redirectTo "/search/${latestStableVersion}";
name = "stable.html";
path = redirectTo "/search/${latestStableVersion}/";
}
{
name = "index.html";
path = redirectTo "/search/stable";
path = redirectTo "/search/stable.html";
}
]
++ map (
Expand Down

0 comments on commit a817009

Please sign in to comment.