updates: img

This commit is contained in:
二叉树树
2026-01-19 00:02:18 +08:00
parent 24a2c5613b
commit 6ff4610e0c
1061 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ const __dirname = path.dirname(__filename);
const CONTENT_DIR = path.join(process.cwd(), "src/content");
const POSTS_DIR = path.join(CONTENT_DIR, "posts");
const ASSETS_DIR = path.join(CONTENT_DIR, "assets");
const ASSETS_DIR = path.join(CONTENT_DIR, "img");
// 支持的图片格式
const IMAGE_EXTENSIONS = [