From cc24359c8f7c6e1fe69376a450f5d7aac38806bb Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 12 May 2026 18:49:53 +0100 Subject: add www.174bg.net as a custom domain in wrangler configuration --- communities/red-right-hand/website/wrangler.jsonc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/communities/red-right-hand/website/wrangler.jsonc b/communities/red-right-hand/website/wrangler.jsonc index 64f3d60..15491b5 100644 --- a/communities/red-right-hand/website/wrangler.jsonc +++ b/communities/red-right-hand/website/wrangler.jsonc @@ -23,5 +23,9 @@ "pattern": "174bg.net", "custom_domain": true, }, + { + "pattern": "www.174bg.net", + "custom_domain": true, + }, ], } -- cgit v1.2.3