Change email decoy URL
This commit is contained in:
parent
8b8e14bdff
commit
34b71e03e1
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue