Skip to content

Commit 82fa825

Browse files
committed
fix: revert twitterhandle breaking the build
1 parent d541087 commit 82fa825

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
Binary file not shown.

src/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const name = cvData.header.name;
44
export const MY_NAME = `${name.first} ${name.last}, ${name.title}`;
55
export const SITE_TITLE = `${MY_NAME} - Software Engineering Leader`;
66
export const SITE_DESCRIPTION = cvData.header.introduction.join(' ');
7+
export const TWITTER_HANDLE = 'luizmarelo';
78

89
export const keywordList = cvKeywords.join(', ');
910

0 commit comments

Comments
 (0)