aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook/wrangler.jsonc
blob: e47d911720c78c2999dff40bb7e8b3eb10c88b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "$schema": "https://esm.sh/wrangler@4.90.1/config-schema.json",
  "compatibility_date": "2026-03-29",
  "account_id": "424d9dabd39849818d9e22366a20e4d6",
  "name": "174bg-handbook-vitepress",
  "assets": {
    "directory": "./.vitepress/dist",
  },
  "minify": true,
  "observability": {
    "enabled": true,
  },
  "routes": [
    {
      "pattern": "handbook.174bg.net",
      "custom_domain": true,
    },
  ],
  "env": {
    "preview": {
      "name": "174bg-handbook-vitepress-preview",
      "routes": [
        {
          "pattern": "preview.handbook.174bg.net",
          "custom_domain": true,
        },
      ],
    },
  },
}