Skip to content

Commit

Permalink
Fix invalid redirect rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Mar 11, 2024
1 parent 0061625 commit 0e78770
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2303,16 +2303,16 @@
to: /js/s/sort-array-of-objects
status: 301!
- from: /js/s/order-by
to: js/s/sort-array-of-objects
to: /js/s/sort-array-of-objects
status: 301!
- from: /js/s/order-object-array
to: js/s/sort-array-of-objects
to: /js/s/sort-array-of-objects
status: 301!
- from: /js/s/order-with
to: js/s/sort-array-of-objects
to: /js/s/sort-array-of-objects
status: 301!
- from: /js/s/order-object-array-based-on-property
to: js/s/sort-array-of-objects
to: /js/s/sort-array-of-objects
status: 301!
- from: /js/s/for-own
to: /js/s/iterate-object-properties
Expand Down

0 comments on commit 0e78770

Please sign in to comment.