Updated site icons and added resume to about

This commit is contained in:
2025-01-25 10:57:16 -06:00
parent 30e26313b0
commit 6bfe06f65c
30 changed files with 18345 additions and 1879 deletions
+1
View File
@@ -140,6 +140,7 @@ export const Authors = defineDocumentType(() => ({
linkedin: { type: 'string' },
github: { type: 'string' },
layout: { type: 'string' },
resume: { type: 'string' },
},
computedFields,
}))