chore: allowlist trusted plugins
This commit is contained in:
@@ -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/"]
|
||||
|
||||
Reference in New Issue
Block a user