mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-12-26 14:28:34 +00:00
33 lines
554 B
JSON
33 lines
554 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/(.*).json",
|
|
"headers": [
|
|
{
|
|
"key": "content-type",
|
|
"value": "application/activity+json"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/amp/(.+)/",
|
|
"destination": "/$1/"
|
|
},
|
|
{
|
|
"source": "/(\\d+)/(\\d+)/(.+).html",
|
|
"destination": "/$3/"
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.+)/$",
|
|
"destination": "/$1/index.html"
|
|
},
|
|
{
|
|
"source": "/.well-known/(.*)",
|
|
"destination": "/well-known/$1"
|
|
}
|
|
]
|
|
} |