feat: add resume

This commit is contained in:
Kim, Jimin 2023-07-10 19:57:07 +09:00
parent 37b8f3fec4
commit 5d8a649a01
11 changed files with 50 additions and 3 deletions

View file

@ -6,3 +6,4 @@ export const iconsDirectoryPath = `${outPath}/icons`
export const mapFilePath = `${outPath}/map.json`
export const portfolioFilePath = `${outPath}/portfolio.json`
export const searchIndexFilePath = `${outPath}/search.json`
export const resumeFilePath = `${outPath}/resume.pdf`