Skip to content

Commit 4bc4e19

Browse files
committed
f
1 parent a0bbc75 commit 4bc4e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/ht_searcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
self.onmessage = async ({data}) => {
9898
if(data.type === 'init'){
9999
const lang = data.lang || 'en';
100-
const searchindexBase = 'https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-searchindex/main';
100+
const searchindexBase = 'https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-searchindex/master';
101101
102102
/* Remote sources are .js.gz (compressed), local fallback is .js (uncompressed) */
103103
const mainFilenames = Array.from(new Set(['searchindex-' + lang + '.js.gz', 'searchindex-en.js.gz']));

0 commit comments

Comments
 (0)