aboutsummaryrefslogtreecommitdiff
path: root/174bg/website/wrangler.jsonc
diff options
context:
space:
mode:
Diffstat (limited to '174bg/website/wrangler.jsonc')
-rw-r--r--174bg/website/wrangler.jsonc28
1 files changed, 0 insertions, 28 deletions
diff --git a/174bg/website/wrangler.jsonc b/174bg/website/wrangler.jsonc
deleted file mode 100644
index d9cb044..0000000
--- a/174bg/website/wrangler.jsonc
+++ /dev/null
@@ -1,28 +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": "www-174bg-net",
- "main": "./worker.js",
- "assets": {
- "directory": "./assets/",
- "not_found_handling": "single-page-application",
- "binding": "ASSETS",
- "run_worker_first": true,
- },
- "minify": true,
- "observability": {
- "enabled": true,
- },
- "routes": [
- {
- "pattern": "174bg.net",
- "custom_domain": true,
- },
- {
- "pattern": "www.174bg.net",
- "custom_domain": true,
- },
- ],
-}