From a35737199c1bd1ddda533f55c63b1b817b2ca2f2 Mon Sep 17 00:00:00 2001 From: kazu634 Date: Wed, 30 Jun 2021 21:18:01 +0900 Subject: [PATCH] Modify config --- config/_default/config.toml | 2 +- config/staging/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"