try vercel method

This commit is contained in:
Pas 2025-01-14 13:45:20 -07:00
parent 108b1a0b1d
commit 67b97f2110

View file

@ -1,5 +1,20 @@
{
"rewrites": [
{
"source": "/opensearch.xml",
"destination": "/opensearch.xml"
},
{
"source": "/media/(.*)",
"has": [
{
"type": "header",
"key": "x-rewrite",
"value": "true"
}
],
"destination": "https://meta.pstream.org/media/$1"
},
{
"source": "/(.*)",
"destination": "/"