Merge branch 'main' of https://github.com/csarnataro/gitprofile into add-option-to-display-footer

This commit is contained in:
Christian Sarnataro
2023-01-04 20:52:23 +01:00
9 changed files with 1153 additions and 1185 deletions

View File

@@ -163,6 +163,7 @@ export const sanitizeConfig = (config) => {
fileUrl: config?.resume?.fileUrl || '',
},
skills: config?.skills || [],
externalProjects: config?.externalProjects || [],
experiences: config?.experiences || [],
certifications: config?.certifications || [],
education: config?.education || [],