diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-12 18:48:48 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-12 18:48:48 +0100 |
| commit | 9c21f23fafa3bbf073c28805f136c386d9e811af (patch) | |
| tree | 5416a42b050b1e0fffc50d0da8ae688127075fc0 /communities | |
| parent | 25cb07098de49efd4c354a3ce3aad5b05d951492 (diff) | |
| download | unnamed-group-9c21f23fafa3bbf073c28805f136c386d9e811af.tar unnamed-group-9c21f23fafa3bbf073c28805f136c386d9e811af.tar.gz unnamed-group-9c21f23fafa3bbf073c28805f136c386d9e811af.tar.bz2 unnamed-group-9c21f23fafa3bbf073c28805f136c386d9e811af.tar.xz unnamed-group-9c21f23fafa3bbf073c28805f136c386d9e811af.zip | |
add custom domain for 174bg.net in wrangler configuration
Diffstat (limited to 'communities')
| -rw-r--r-- | communities/red-right-hand/website/wrangler.jsonc | 4 |
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 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, + }, ], } |
