Fix email decoy URL link

This commit is contained in:
Helen Chong 2024-12-10 19:40:54 +08:00
parent 34b71e03e1
commit ad402a295a
1 changed files with 1 additions and 1 deletions

View File

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