diff --git a/config/_default/config.toml b/config/_default/config.toml index 7652d6a..135fdf8 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 3e202e0..bb0445a 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"