chore: allowlist trusted plugins

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
committed by Chen Gu
parent 8027f1186d
commit 319e8a7ec9
66 changed files with 6229 additions and 124 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ services:
- "1313:1313"
volumes:
- ./site:/site
command: ["server", "-D", "--bind", "0.0.0.0", "--baseURL", "http://localhost:1313"]
# 使用 /blog/ 作为 baseURL,确保生成的链接都带 /blog 前缀
command: ["server", "-D", "--bind", "0.0.0.0", "--baseURL", "http://localhost:1313/blog/"]