diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-12 18:49:53 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-12 18:49:53 +0100 |
| commit | cc24359c8f7c6e1fe69376a450f5d7aac38806bb (patch) | |
| tree | 8035c8b51dcd5f48b90a27c68082ae46c17d737e /communities/red-right-hand/website/wrangler.jsonc | |
| parent | 9c21f23fafa3bbf073c28805f136c386d9e811af (diff) | |
| download | unnamed-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
Diffstat (limited to 'communities/red-right-hand/website/wrangler.jsonc')
| -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 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, + }, ], } |
