change target domain for links to tarupgard.com
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 9s

This commit is contained in:
2025-10-01 08:54:35 -06:00
parent 4f6d2c5e55
commit 268ea400ba

View File

@@ -17,14 +17,14 @@ class CreateListmonkCampaign {
let imageUrl = postData.slice(postData.indexOf("](/") + 3); let imageUrl = postData.slice(postData.indexOf("](/") + 3);
imageUrl = imageUrl.slice(0, imageUrl.indexOf(")")); imageUrl = imageUrl.slice(0, imageUrl.indexOf(")"));
imageUrl = `https://blog.xn--trupgrd-exae.com/${imageUrl}`; imageUrl = `https://blog.tarupgard.com/${imageUrl}`;
let contentBody = ` let contentBody = `
<h1>${title}</h1> <h1>${title}</h1>
<a href="https://blog.xn--trupgrd-exae.com@TrackLink"> <a href="https://blog.tarupgard.com@TrackLink">
<img src=\"${imageUrl}\"> <img src=\"${imageUrl}\">
</a> </a>
<a class="button" href="https://blog.xn--trupgrd-exae.com@TrackLink">View Post</a> <a class="button" href="https://blog.tarupgard.com@TrackLink">View Post</a>
`; `;
let createRequestBody = { let createRequestBody = {