aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/website/wrangler.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'communities/red-right-hand/website/wrangler.jsonc')
-rw-r--r--communities/red-right-hand/website/wrangler.jsonc31
1 files changed, 0 insertions, 31 deletions
diff --git a/communities/red-right-hand/website/wrangler.jsonc b/communities/red-right-hand/website/wrangler.jsonc
deleted file mode 100644
index 15491b5..0000000
--- a/communities/red-right-hand/website/wrangler.jsonc
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "$schema": "https://esm.sh/wrangler@4.90.1/config-schema.json",
- // "compatibility_flags": ["nodejs_compat"],
- "compatibility_date": "2026-03-29",
- "account_id": "424d9dabd39849818d9e22366a20e4d6",
- "name": "red-right-hand-website",
- // "main": "./server/index.js",
- "assets": {
- "directory": "./public/",
- "not_found_handling": "single-page-application",
- // "binding": "ASSETS",
- // "run_worker_first": true,
- },
- "observability": {
- "enabled": true,
- },
- "routes": [
- {
- "pattern": "red-right-hand.unnamed.group",
- "custom_domain": true,
- },
- {
- "pattern": "174bg.net",
- "custom_domain": true,
- },
- {
- "pattern": "www.174bg.net",
- "custom_domain": true,
- },
- ],
-}