diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-03-05 23:58:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-03-05 23:58:46 +0900 |
| commit | 75d371951940aa7150949e88f944ab856b0bcd58 (patch) | |
| tree | dd5d6479c2076e6131a80bc04226cef824469199 /config.toml | |
| parent | 014f214e344e1fd80af2b4c52435aaf1d18afa04 (diff) | |
| download | nsfisis.github.io-75d371951940aa7150949e88f944ab856b0bcd58.tar.gz nsfisis.github.io-75d371951940aa7150949e88f944ab856b0bcd58.tar.zst nsfisis.github.io-75d371951940aa7150949e88f944ab856b0bcd58.zip | |
fix protocol: http to https
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index f77b0f2..c1c7241 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://nsfisis.github.io" +baseURL = "https://nsfisis.github.io" languageCode = "ja-JP" title = "5757777" theme = "paper" |
