优化结构

This commit is contained in:
2026-06-18 21:44:37 +08:00 Unverified
parent 3051fe2d6a
commit cb244eb983
74 changed files with 94 additions and 144 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { readdir, readFile, writeFile } from 'node:fs/promises';
import { basename, extname, join, relative } from 'node:path';
const POSTS_DIR = join(process.cwd(), 'posts');
const POSTS_DIR = join(process.cwd(), 'src', 'content', 'posts');
const CRC32_TABLE = new Uint32Array(256);