fix: misc

This commit is contained in:
2026-02-26 16:35:57 +08:00
parent 04dfa77eaf
commit e57e09ae05
4 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ interface ContentIndex {
*/
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const distDir = resolve(__dirname, "..", "..", "web");
const distDir = resolve(__dirname, "..", "..", "..", "dist", "web");
/**
* MIME 类型映射