We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec16cd commit 03adb16Copy full SHA for 03adb16
src/client/search.js
@@ -48,7 +48,7 @@ input.addEventListener("input", () => {
48
});
49
50
function renderResults(results) {
51
- const me = document.location.href.replace(/[?].*/, "");
+ const me = document.location.href.replace(/[?#].*/, "");
52
let found;
53
results = results.map(({id, score, title}) => {
54
const href = import.meta.resolve(`../${id}`);
0 commit comments