summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-11-05 13:32:14 +0100
committerAlan Pearce2023-11-05 17:18:29 +0100
commit46ea6def6e99ed152aae561504abc831cbd590a2 (patch)
tree5d0b041cd249e0f7846e33603dd125efca089b30
parent831d526f771a4cd2965501c1bdd3df4aa5797850 (diff)
downloadwebsite-46ea6def6e99ed152aae561504abc831cbd590a2.tar.lz
website-46ea6def6e99ed152aae561504abc831cbd590a2.tar.zst
website-46ea6def6e99ed152aae561504abc831cbd590a2.zip
Automatically redirect other hostnames to the configured base_url
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index e3a23be..9fd866d 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,6 @@
 default_language = "en-GB"
 base_url = "https://alanpearce.eu"
+redirect_other_hostnames = true
 
 title = "Alan Pearce"
 description = "Developer, Emacs User"