[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

chore: redirect chat.npmx.dev (#56)

authored by

patak and committed by
GitHub
4279ff70 efb93ae5

+15
+15
vercel.json
··· 1 + { 2 + "$schema": "https://openapi.vercel.sh/vercel.json", 3 + "redirects": [ 4 + { 5 + "source": "/", 6 + "has": [ 7 + { 8 + "type": "host", 9 + "value": "chat.npmx.dev" 10 + } 11 + ], 12 + "destination": "https://discord.gg/NHwgTgAFVV" 13 + } 14 + ] 15 + }