fix: 默认语言改为 zh 以命中 Stack 主题 i18n
Build and Deploy Blog / build (push) Successful in 22s

defaultContentLanguage 原为 zh-cn,但主题 i18n 只有 zh.toml 没有 zh-cn.toml,
导致 i18n 字符串(复制按钮文案 / 阅读时长 / 归档 等)全部解析为空串。
RSS 的 languageCode 仍保留 zh-cn。
This commit is contained in:
2026-05-11 17:21:38 +08:00
parent a63b36d28d
commit 517cfc0928
+1 -1
View File
@@ -2,7 +2,7 @@ baseURL: "https://blog.zhengchentao.win/"
title: "陶政辰的笔记本"
theme: stack
defaultContentLanguage: zh-cn
defaultContentLanguage: zh
hasCJKLanguage: true
languageCode: zh-cn