-
-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy pathwrangler.json
More file actions
26 lines (26 loc) · 573 Bytes
/
wrangler.json
File metadata and controls
26 lines (26 loc) · 573 Bytes
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
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "benbalter-github-com",
"assets": {
"directory": "./dist-astro",
"not_found_handling": "404-page"
},
"workers_dev": false,
"preview_urls": false,
"compatibility_date": "2026-04-21",
"observability": {
"enabled": true,
"head_sampling_rate": 1,
"logs": {
"enabled": true,
"head_sampling_rate": 1,
"persist": true,
"invocation_logs": true
},
"traces": {
"enabled": false,
"persist": true,
"head_sampling_rate": 1
}
}
}