change target domain for links to tarupgard.com
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 9s
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 9s
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user