wackiness
This commit is contained in:
parent
76c349de4d
commit
bd0f33bdd8
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -41,7 +41,7 @@ async function urlCollector(url, path, file, useLimit) {
|
|||
return;
|
||||
}
|
||||
urls.push(h2.toString())
|
||||
urls.push(h2.origin)
|
||||
urls.push(new URL(h2.origin).toString())
|
||||
})
|
||||
|
||||
return [...new Set(urls)];
|
||||
|
|
Loading…
Reference in a new issue