From c1ca45a0ba712de6fe222d4599fe12792c2271e0 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 12 May 2026 21:44:32 +0100 Subject: remove alpha --- communities/red-right-hand/website/.gitignore | 2 - communities/red-right-hand/website/README.md | 1 - .../red-right-hand/website/public/index.html | 264 --------------------- communities/red-right-hand/website/wrangler.jsonc | 31 --- 4 files changed, 298 deletions(-) delete mode 100644 communities/red-right-hand/website/.gitignore delete mode 100644 communities/red-right-hand/website/README.md delete mode 100644 communities/red-right-hand/website/public/index.html delete mode 100644 communities/red-right-hand/website/wrangler.jsonc (limited to 'communities/red-right-hand/website') diff --git a/communities/red-right-hand/website/.gitignore b/communities/red-right-hand/website/.gitignore deleted file mode 100644 index 3e4f32c..0000000 --- a/communities/red-right-hand/website/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/.wrangler/ -/node_modules/ \ No newline at end of file diff --git a/communities/red-right-hand/website/README.md b/communities/red-right-hand/website/README.md deleted file mode 100644 index e57c29d..0000000 --- a/communities/red-right-hand/website/README.md +++ /dev/null @@ -1 +0,0 @@ -# Red Right Hand Website diff --git a/communities/red-right-hand/website/public/index.html b/communities/red-right-hand/website/public/index.html deleted file mode 100644 index 637bfc0..0000000 --- a/communities/red-right-hand/website/public/index.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - - - - - - - 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, - }, - ], -} -- cgit v1.2.3