feat: Serve static files under ./static
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M package.json → package.json
@@ -34,6 +34,7 @@ "gray-matter": "^2.1.1", "koa": "^2.2.0", "koa-nunjucks-next": "^1.1.3", "koa-router": "^7.2.1", + "koa-send": "^4.1.0", "markdown-it": "^8.3.1", "toml": "^2.3.2" }