coderrrrr.site/vercel.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"
}
]
}