refactor: remove resume site

This commit is contained in:
Kim, Jimin 2023-07-10 20:28:21 +09:00
parent b135900e40
commit ea01dc435e
4 changed files with 0 additions and 17 deletions

View file

@ -13,9 +13,6 @@
],
"portfolio": [
"developomp-site-portfolio"
],
"resume": [
"developomp-site-resume"
]
}
}

View file

@ -1 +0,0 @@
!dist

View file

View file

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