aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 18:49:53 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 18:49:53 +0100
commitcc24359c8f7c6e1fe69376a450f5d7aac38806bb (patch)
tree8035c8b51dcd5f48b90a27c68082ae46c17d737e
parent9c21f23fafa3bbf073c28805f136c386d9e811af (diff)
downloadunnamed-group-cc24359c8f7c6e1fe69376a450f5d7aac38806bb.tar
unnamed-group-cc24359c8f7c6e1fe69376a450f5d7aac38806bb.tar.gz
unnamed-group-cc24359c8f7c6e1fe69376a450f5d7aac38806bb.tar.bz2
unnamed-group-cc24359c8f7c6e1fe69376a450f5d7aac38806bb.tar.xz
unnamed-group-cc24359c8f7c6e1fe69376a450f5d7aac38806bb.zip
add www.174bg.net as a custom domain in wrangler configuration
-rw-r--r--communities/red-right-hand/website/wrangler.jsonc4
1 files changed, 4 insertions, 0 deletions
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,
+ },
],
}