pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/

Revert "try vercel method"

This reverts commit 67b97f21107c292deee5504ed37a2c0c6b46aa46.

Pas 5a073dbf 67b97f21

-15
-15
vercel.json
··· 1 1 { 2 2 "rewrites": [ 3 3 { 4 - "source": "/opensearch.xml", 5 - "destination": "/opensearch.xml" 6 - }, 7 - { 8 - "source": "/media/(.*)", 9 - "has": [ 10 - { 11 - "type": "header", 12 - "key": "x-rewrite", 13 - "value": "true" 14 - } 15 - ], 16 - "destination": "https://meta.pstream.org/media/$1" 17 - }, 18 - { 19 4 "source": "/(.*)", 20 5 "destination": "/" 21 6 }