aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-03-05 23:58:46 +0900
committernsfisis <nsfisis@gmail.com>2021-03-05 23:58:46 +0900
commit75d371951940aa7150949e88f944ab856b0bcd58 (patch)
treedd5d6479c2076e6131a80bc04226cef824469199 /config.toml
parent014f214e344e1fd80af2b4c52435aaf1d18afa04 (diff)
downloadnsfisis.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.toml2
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"