diff options
author | Alan Pearce | 2023-11-05 13:32:14 +0100 |
---|---|---|
committer | Alan Pearce | 2023-11-05 17:18:29 +0100 |
commit | 46ea6def6e99ed152aae561504abc831cbd590a2 (patch) | |
tree | 5d0b041cd249e0f7846e33603dd125efca089b30 /config.toml | |
parent | 831d526f771a4cd2965501c1bdd3df4aa5797850 (diff) | |
download | website-46ea6def6e99ed152aae561504abc831cbd590a2.tar.lz website-46ea6def6e99ed152aae561504abc831cbd590a2.tar.zst website-46ea6def6e99ed152aae561504abc831cbd590a2.zip |
Automatically redirect other hostnames to the configured base_url
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
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" |