Fix email decoy URL link
This commit is contained in:
parent
34b71e03e1
commit
ad402a295a
|
@ -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…
Reference in New Issue