blob: 887352aa008d981873fb6b65ddc2869969fde2bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "about-zue-dev",
"compatibility_date": "2025-03-01",
"assets": {
"directory": "./out/",
"not_found_handling": "single-page-application"
},
"observability": {
"enabled": true
},
"routes": [
{
"pattern": "about.zue.dev",
"custom_domain": true
}
]
}
|