aboutsummaryrefslogtreecommitdiff
path: root/communities/174bg/handbook/wrangler.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'communities/174bg/handbook/wrangler.jsonc')
-rw-r--r--communities/174bg/handbook/wrangler.jsonc20
1 files changed, 0 insertions, 20 deletions
diff --git a/communities/174bg/handbook/wrangler.jsonc b/communities/174bg/handbook/wrangler.jsonc
deleted file mode 100644
index 45a030f..0000000
--- a/communities/174bg/handbook/wrangler.jsonc
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "https://esm.sh/wrangler@4.90.1/config-schema.json",
- "compatibility_date": "2026-03-29",
- "account_id": "424d9dabd39849818d9e22366a20e4d6",
- "name": "174bg-handbook",
- "assets": {
- "directory": "./public/",
- "not_found_handling": "single-page-application",
- },
- "minify": true,
- "observability": {
- "enabled": true,
- },
- "routes": [
- {
- "pattern": "handbook.174bg.net",
- "custom_domain": true,
- },
- ],
-}