aboutsummaryrefslogtreecommitdiff
path: root/communities/174bg/handbook/wrangler.jsonc
blob: 45a030f331eed4555ad973706c0c0036973c6760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "$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,
    },
  ],
}