1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-03-26 00:17:00 +01:00

fix: fix baseURL bug

This commit is contained in:
Dillon 2019-08-26 03:00:53 +08:00
parent 7644bc25c7
commit 4e5882699b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
baseURL = "/"
baseURL = "https://example.com/"
languageCode = "en" # website language
defaultContentLanguage = "en" # [en, zh, ...] determines which i18n file to use
title = "LoveIt Theme" # website title

View file

@ -1,4 +1,4 @@
baseURL = "/"
baseURL = "https://example.com/"
languageCode = "zh" # 网站语言标识
defaultContentLanguage = "zh" # [en, zh, ...] 设定主题的国际化
title = "LoveIt 主题" # 网站标题