aboutsummaryrefslogtreecommitdiff
path: root/communities/174bg/handbook/wrangler.jsonc
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-27 23:44:57 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-27 23:44:57 +0100
commit490eebdede73880ab5d7daebb250ab41e9640e25 (patch)
tree6c5f89e6021d4f61eede570307369afbb3872ff5 /communities/174bg/handbook/wrangler.jsonc
parentc25aa035fecd2427831cdfa17d912dcf1bfd55c8 (diff)
downloadunnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar
unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.gz
unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.bz2
unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.tar.xz
unnamed-group-490eebdede73880ab5d7daebb250ab41e9640e25.zip
better namespacing
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,
- },
- ],
-}