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

@ -35,6 +35,19 @@
}
],
"ignore": ["**/.*"]
},
{
"target": "resume",
"cleanUrls": true,
"public": "apps/resume/dist",
"rewrites": [
{
"source": "**",
"destination": "https://developomp.com/resume",
"type": 301
}
],
"ignore": ["**/.*"]
}
]
}