Skip to content

Commit

Permalink
fixup! fixup! search: link to "pretty" URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Sep 19, 2024
1 parent c9207ae commit 1f39a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ var Search = {
},
processResult: function (result) {
result.url = result.url.replace(/\.html$/, "")
return result
return result
},
});

Expand Down

0 comments on commit 1f39a0b

Please sign in to comment.