mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
posts: 更新warden-worker部署指南,提供了详细的部署步骤以及迁移步骤
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user