Clean commit for showcases with image possibility

This commit is contained in:
Michel Doré
2022-10-10 14:48:00 +02:00
committed by Ariful Alam
parent 9382fcd1cd
commit 422e0ba12f
4 changed files with 171 additions and 0 deletions

View File

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