feat(main): temporarily host skills.svg

This commit is contained in:
Kim, Jimin 2023-07-07 21:24:53 +09:00
parent 7065c4cc18
commit 91e0e363b0
3 changed files with 3 additions and 2 deletions

View file

@ -112,7 +112,7 @@ function generatePortfolioSVGs() {
)
writeToFile(
"./dist/public/img/skills.svg",
"./dist/skills.svg",
optimize(renderedSVG, { multipass: true }).data
)
}