wot-design-uni/edgeone.json
2025-08-30 00:43:34 +08:00

21 lines
304 B
JSON

{
"redirects": [
{
"source": "$wwwhost",
"destination": "$host",
"statusCode": 301
}
],
"headers": [
{
"source": "/*.txt",
"headers": [
{
"key": "Content-Type",
"value": "text/plain; charset=utf-8"
}
]
}
]
}