about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-07-19 18:58:53 -0700
committerFranck Cuny <franck@fcuny.net>2021-07-19 18:58:53 -0700
commited21e66affbe5fe7c966eea01adc695581dfa9cc (patch)
treef604d244487d164cdf60ebf6b33ec5cb8029284c
parentgithub: deploy to fly.io instead of GH pages (diff)
downloadfcuny.net-ed21e66affbe5fe7c966eea01adc695581dfa9cc.tar.gz
hugo: TLS by default
-rw-r--r--config.toml2
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"