mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Add type definition for Resume feature
This commit is contained in:
@@ -144,9 +144,6 @@ export const sanitizeConfig = (config) => {
|
||||
projects: config?.github?.exclude?.projects || [],
|
||||
},
|
||||
},
|
||||
resume: {
|
||||
fileUrl: config?.resume?.fileUrl || '',
|
||||
},
|
||||
social: {
|
||||
linkedin: config?.social?.linkedin,
|
||||
twitter: config?.social?.twitter,
|
||||
@@ -160,6 +157,9 @@ export const sanitizeConfig = (config) => {
|
||||
phone: config?.social?.phone,
|
||||
email: config?.social?.email,
|
||||
},
|
||||
resume: {
|
||||
fileUrl: config?.resume?.fileUrl || '',
|
||||
},
|
||||
skills: config?.skills || [],
|
||||
experiences: config?.experiences || [],
|
||||
education: config?.education || [],
|
||||
|
||||
Reference in New Issue
Block a user