mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 09:08:51 +08:00
21 lines
304 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|