From 46ea6def6e99ed152aae561504abc831cbd590a2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 Nov 2023 13:32:14 +0100 Subject: Automatically redirect other hostnames to the configured base_url --- config.toml | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.4.1