diff --git a/src/config.ts b/src/config.ts index 4dd6767..03ff3c9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -30,4 +30,10 @@ export const SOCIALS: SocialObjects = [ linkTitle: ` ${SITE.title} on Github`, active: true, }, + { + name: "Mail", + href: "mailto://BFoOcGEedpEfiKV@proton.me", + linkTitle: ` ${SITE.title} on Proton Mail`, + active: true, + } ];