feat(blog): migrate to nextJS

This commit is contained in:
Kim, Jimin 2023-07-28 15:43:29 +09:00
parent 62b34c9c48
commit badaa09950
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
38 changed files with 2226 additions and 445 deletions

View file

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