{ "$schema": "https://openapi.vercel.sh/vercel.json", "trailingSlash": false, "redirects": [ { "source": "/(.*)", "has": [ { "type": "host", "value": "chat.npmx.dev" } ], "destination": "https://npmx.dev/recharging" }, { "source": "/(.*)", "has": [ { "type": "host", "value": "social.npmx.dev" } ], "destination": "https://bsky.app/profile/npmx.dev" }, { "source": "/(.*)", "has": [ { "type": "host", "value": "repo.npmx.dev" } ], "destination": "https://github.com/npmx-dev/npmx.dev" }, { "source": "/(.*)", "has": [ { "type": "host", "value": "issues.npmx.dev" } ], "destination": "https://github.com/npmx-dev/npmx.dev/issues" }, { "source": "/(.*)", "has": [ { "type": "host", "value": "coc.npmx.dev" } ], "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CODE_OF_CONDUCT.md" }, { "source": "/(.*)", "has": [ { "type": "host", "value": "contributing.npmx.dev" } ], "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md" }, { "source": "/(.*)", "has": [ { "type": "host", "value": "governance.npmx.dev" } ], "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/GOVERNANCE.md" }, { "source": "/(.*)", "has": [ { "type": "host", "value": "license.npmx.dev" } ], "destination": "https://github.com/npmx-dev/npmx.dev/blob/main/LICENSE" } ] }