fauil
This commit is contained in:
parent
8d0274e00c
commit
a855057c6e
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -32,7 +32,7 @@ async function urlCollector(url, path, file) {
|
|||
} else if (h.startsWith('/')) {
|
||||
let u = new URL(url);
|
||||
u.pathname = h;
|
||||
urls.push(u.toString())
|
||||
h = u.toString();
|
||||
}
|
||||
urls.push(h)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue