From 9c21f23fafa3bbf073c28805f136c386d9e811af Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 12 May 2026 18:48:48 +0100 Subject: add custom domain for 174bg.net in wrangler configuration --- communities/red-right-hand/website/wrangler.jsonc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'communities') diff --git a/communities/red-right-hand/website/wrangler.jsonc b/communities/red-right-hand/website/wrangler.jsonc index b3f5d1c..64f3d60 100644 --- a/communities/red-right-hand/website/wrangler.jsonc +++ b/communities/red-right-hand/website/wrangler.jsonc @@ -19,5 +19,9 @@ "pattern": "red-right-hand.unnamed.group", "custom_domain": true, }, + { + "pattern": "174bg.net", + "custom_domain": true, + }, ], } -- cgit v1.2.3