aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/vitepress/wrangler.jsonc
blob: 42b2fee8d4fa2cbc959cb13f20add60d7e164755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "$schema": "node_modules/wrangler/config-schema.json",
  "compatibility_date": "2026-03-29",
  "account_id": "424d9dabd39849818d9e22366a20e4d6",
  "name": "red-right-hand-vitepress",
  "assets": {
    "directory": "./.vitepress/dist/",
  },
  "minify": true,
  "observability": {
    "enabled": true,
  },
  "routes": [
    {
      "pattern": "vitepress.red-right-hand.unnamed.group",
      "custom_domain": true,
    },
  ],
}