diff --git a/index.ts b/index.ts index 2f60a5d..f8db88b 100644 --- a/index.ts +++ b/index.ts @@ -15,9 +15,7 @@ async function getPatchHrefs() { let patchHrefs: string[] = []; for (let i = 0; i <= 7; i++) { - const req = await fetch( - "https://www.nasa.gov/gallery/human-spaceflight-mission-patches/page/2/", - ); + const req = await fetch(getGalleryPageHref(i)); const data = parse(await req.text()); const gallery = data