Change email decoy URL

This commit is contained in:
Leilukin 2024-12-10 19:13:46 +08:00 committed by Helen Chong
parent 1d3e4e8187
commit 72553af480

View File

@ -5,8 +5,8 @@ export const siteAuthor = {
name: "Leilukin",
email: "contact@leilukin.com",
emailEncoded: '<span class="email-encoded">contact@leilukin<b>.example</b>.com</span>',
emailDecoyUrl: "/mail/",
url: siteUrl + "/about/"
emailDecoyUrl: "/emailme",
url: siteUrl + "/about"
};
export const siteLanguage = "en";
export const siteLocale = "en_MY";