From de704a079eb09b0b9126cb44839d1c0a34014173 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 9 Jul 2024 20:32:15 +0200 Subject: add wildcard domain redirect support --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 979669f..3ea8fa4 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ domains = [ "alanpearce.uk", "www.alanpearce.uk", "aln.pe", - "www.aln.pe", + "*.aln.pe", "alanpearce-eu.fly.dev", ] @@ -21,6 +21,8 @@ oidc_host = "https://id.alanpearce.eu/" goatcounter = "https://stats.alanpearce.eu/count" +wildcard_domain = "aln.pe" + [[taxonomies]] name = "tags" feed = true -- cgit 1.4.1