Adds a Certifications section

This commit is contained in:
Nate Goldsborough
2022-11-01 00:36:23 -05:00
parent cdb3542844
commit 9e34239877
5 changed files with 123 additions and 0 deletions

View File

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