Fix email decoy URL link
This commit is contained in:
parent
72553af480
commit
a0cc9c559d
@ -5,7 +5,7 @@ export const siteAuthor = {
|
|||||||
name: "Leilukin",
|
name: "Leilukin",
|
||||||
email: "contact@leilukin.com",
|
email: "contact@leilukin.com",
|
||||||
emailEncoded: '<span class="email-encoded">contact@leilukin<b>.example</b>.com</span>',
|
emailEncoded: '<span class="email-encoded">contact@leilukin<b>.example</b>.com</span>',
|
||||||
emailDecoyUrl: "/emailme",
|
emailDecoyUrl: "emailme/",
|
||||||
url: siteUrl + "/about"
|
url: siteUrl + "/about"
|
||||||
};
|
};
|
||||||
export const siteLanguage = "en";
|
export const siteLanguage = "en";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user