Update map.ts
Some checks are pending
Deploy Images to GHCR / push-app-image (push) Waiting to run

This commit is contained in:
Nicolas 2024-11-14 17:52:15 -05:00
parent 9519897102
commit 3c1b1909f8

View File

@ -61,6 +61,7 @@ export async function mapController(
sitemap.forEach((x) => {
links.push(x.url);
});
links = links.slice(1, limit);
}
} else {
let urlWithoutWww = req.body.url.replace("www.", "");