diff options
author | Alan Pearce | 2023-11-05 13:32:14 +0100 |
---|---|---|
committer | Alan Pearce | 2023-11-05 17:18:29 +0100 |
commit | 6c0b9fb5773f48d86008f737704b735c0787e788 (patch) | |
tree | 6c3fe0ab0274fd21b058d17e3160027c3466e1c2 /config.toml | |
parent | 3a9b920d4981ac28becb9634ec964dc2e2104401 (diff) | |
download | website-6c0b9fb5773f48d86008f737704b735c0787e788.tar.lz website-6c0b9fb5773f48d86008f737704b735c0787e788.tar.zst website-6c0b9fb5773f48d86008f737704b735c0787e788.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" |