diff options
author | Franck Cuny <franck@fcuny.net> | 2021-07-19 18:58:53 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-07-19 18:58:53 -0700 |
commit | ed21e66affbe5fe7c966eea01adc695581dfa9cc (patch) | |
tree | f604d244487d164cdf60ebf6b33ec5cb8029284c | |
parent | github: deploy to fly.io instead of GH pages (diff) | |
download | fcuny.net-ed21e66affbe5fe7c966eea01adc695581dfa9cc.tar.gz |
hugo: TLS by default
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 532ff03..b3a150a 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://fcuny.net/" +baseURL = "https://fcuny.net/" languageCode = "en-us" title = "Franck's rambling" publishDir = "docs" |