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:
parent
7644bc25c7
commit
4e5882699b
2 changed files with 2 additions and 2 deletions
exampleSite
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL = "/"
|
||||
baseURL = "https://example.com/"
|
||||
languageCode = "zh" # 网站语言标识
|
||||
defaultContentLanguage = "zh" # [en, zh, ...] 设定主题的国际化
|
||||
title = "LoveIt 主题" # 网站标题
|
||||
|
|
Loading…
Add table
Reference in a new issue