generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 338
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
40 lines (34 loc) · 657 Bytes
/
wrangler.jsonc
File metadata and controls
40 lines (34 loc) · 657 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "contribute",
"compatibility_date": "2025-10-07",
"assets": {
"directory": "./dist",
"not_found_handling": "404-page"
},
"preview_urls": true,
"workers_dev": false,
"routes": [
{
"pattern": "contribute.freecodecamp.org",
"custom_domain": true
}
],
"placement": {
"mode": "smart"
},
"observability": {
"enabled": false,
"head_sampling_rate": 1,
"logs": {
"enabled": true,
"head_sampling_rate": 0.2,
"persist": true,
"invocation_logs": true
},
"traces": {
"enabled": false,
"persist": true,
"head_sampling_rate": 1
}
}
}