diff --git a/config/_default/config.toml b/config/_default/config.toml index 135fdf8..8645da7 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,4 +1,4 @@ -baseUrl = "https://blog.kazu634.com/" +baseURL = "https://blog.kazu634.com/" title = "His greatness lies in his sense of responsibility" DefaultContentLanguage = "ja" languageCode = "ja" diff --git a/config/staging/config.toml b/config/staging/config.toml index bb0445a..b493e55 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -1,4 +1,4 @@ -baseUrl = "http://test.kazu634.com/" +baseURL = "http://test.kazu634.com/" title = "His greatness lies in his sense of responsibility" DefaultContentLanguage = "jp" languageCode = "ja"