feat(portfolio): migrate to nextJS

This commit is contained in:
Kim, Jimin 2023-07-28 22:32:33 +09:00
parent 2d600d724d
commit 953379b5e8
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
42 changed files with 476 additions and 2761 deletions

View file

@ -22,12 +22,6 @@
"target": "portfolio",
"cleanUrls": true,
"public": "apps/portfolio/dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": ["**/.*"]
}
]