Change email decoy URL

This commit is contained in:
Helen Chong 2024-12-10 19:13:46 +08:00
parent 8b8e14bdff
commit 34b71e03e1
1 changed files with 2 additions and 2 deletions

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";