Skip to content

Commit bf9fdc6

Browse files
committed
feat: redirecting to https://build.npmx.dev and adding an entry on the README.md for that url
1 parent d1e8bf7 commit bf9fdc6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ What npmx offers:
3030
> We're keeping the website, repository, and our discord community low-profile until the browser is polished enough. We'll do a formal announcement at that point. Please avoid sharing the website or the invite link to discord on social media directly. The repo is public, so people who care about the project can easily find it and join us. Anyone who wants to help is more than welcome to [join the community](https://chat.npmx.dev). If you know others who would be interested, please invite them too!
3131
3232
- [chat.npmx.dev](https://chat.npmx.dev) - Discord Server
33+
- [build.npmx.dev](https://build.npmx.dev) - Builders Discord Server
3334
- [social.npmx.dev](https://social.npmx.dev) - Bluesky Profile
3435
- [repo.npmx.dev](https://repo.npmx.dev) - GitHub Repository
3536
- [issues.npmx.dev](https://issues.npmx.dev) - GitHub Issues

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@
9191
}
9292
],
9393
"destination": "https://github.com/npmx-dev/npmx.dev/blob/main/LICENSE"
94+
},
95+
{
96+
"source": "/(.*)",
97+
"has": [
98+
{
99+
"type": "host",
100+
"value": "main.npmx.dev"
101+
}
102+
],
103+
"destination": "https://build.npmx.dev"
94104
}
95105
]
96106
}

0 commit comments

Comments
 (0)