chore: update email
This commit is contained in:
parent
d45eea7e93
commit
dfd7671b9f
20 changed files with 12 additions and 108 deletions
|
@ -10,7 +10,7 @@ module.exports = async function () {
|
|||
{ name: 'Webrings', icon: 'heart-handshake' },
|
||||
],
|
||||
social: [
|
||||
{ name: 'Email', url: 'mailto:coryd@hey.com', icon: 'at' },
|
||||
{ name: 'Email', url: 'mailto:cory.dransfeldt@gmail.com', icon: 'brand-gmail' },
|
||||
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
|
||||
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
|
||||
{ name: 'Last.fm', url: 'https://www.last.fm/user/cdrn_', icon: 'brand-lastfm' },
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module.exports = async function () {
|
||||
return {
|
||||
name: 'Cory Dransfeldt',
|
||||
email: 'coryd@hey.com',
|
||||
email: 'cory.dransfeldt@gmail.com',
|
||||
url: 'https://coryd.dev',
|
||||
logo: 'https://coryd.dev/assets/img/logo.webp',
|
||||
title: 'Cory Dransfeldt',
|
||||
|
|
Reference in a new issue