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.

Merge pull request #961 from binaryoverload/dev

Add vercel config to properly support non-hash router

authored by

William Oldham and committed by
GitHub
95a75f81 9658c61c

+3
+3
vercel.json
··· 1 + { 2 + "routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }] 3 + }