added conditional download resume feature

This commit is contained in:
Joan Jeremiah J
2022-10-02 17:29:59 +05:30
parent e20a1d7321
commit 29a75d06cd
5 changed files with 13 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ export const sanitizeConfig = (config) => {
'winter',
'procyon',
];
return {
github: {
username: config?.github?.username || '',
@@ -144,6 +144,9 @@ export const sanitizeConfig = (config) => {
projects: config?.github?.exclude?.projects || [],
},
},
resume:{
fileName: config?.resume?.fileName || false
},
social: {
linkedin: config?.social?.linkedin,
twitter: config?.social?.twitter,