posts: 更新warden-worker部署指南,提供了详细的部署步骤以及迁移步骤

This commit is contained in:
二叉树树
2026-01-26 22:26:13 +08:00
parent 376f19cb5d
commit 771eb3a16c
42 changed files with 80 additions and 80 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, "img");
const ASSETS_DIR = path.join(CONTENT_DIR, "assets/images");
// 支持的图片格式
const IMAGE_EXTENSIONS = [