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

Configure Feed

Select the types of activity you want to include in your feed.

try vercel method

Pas 67b97f21 108b1a0b

+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 + { 4 19 "source": "/(.*)", 5 20 "destination": "/" 6 21 }