aboutsummaryrefslogtreecommitdiffstats
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker.js b/worker.js
index 39375e4..ac3f6a5 100644
--- a/worker.js
+++ b/worker.js
@@ -41,8 +41,8 @@ async function reload() {
}
}
-async function recursiveLinkWalker(url, cache, visits=[], constrain=["cv2.aleteoryx.me"]) {
- const urlobj = new URL(url, "https://cv2.aleteoryx.me");
+async function recursiveLinkWalker(url, cache, visits=[], constrain=["circuits.aleteoryx.me"]) {
+ const urlobj = new URL(url, "https://circuits.aleteoryx.me");
console.dir(urlobj, String(urlobj));
if (!constrain.includes(urlobj.hostname) || visits.includes(url))
return;