mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
35 lines
574 B
JSON
35 lines
574 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/city",
|
|
"destination": "/",
|
|
"statusCode": 308
|
|
},
|
|
{
|
|
"source": "/fantasy",
|
|
"destination": "/",
|
|
"statusCode": 308
|
|
},
|
|
{
|
|
"source": "/forest",
|
|
"destination": "/",
|
|
"statusCode": 308
|
|
},
|
|
{
|
|
"source": "/sea",
|
|
"destination": "/",
|
|
"statusCode": 308
|
|
},
|
|
{
|
|
"source": "/tags",
|
|
"destination": "/blog",
|
|
"statusCode": 307
|
|
},
|
|
{
|
|
"source": "/tags/:path(.*)",
|
|
"destination": "/blog",
|
|
"statusCode": 307
|
|
}
|
|
]
|
|
}
|