Quick Links:
Using Express.js with Vercel | Docs: Click here |
index.html
page for a vite application by updating vercel.json
fileSource: Click here
File: vercel.json
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}
Source: A comment on this stackoverflow answer
https://vercel.com/guides/deploying-pusher-channels-with-vercel
NS1.VERCEL-DNS.COM
NS2.VERCEL-DNS.COM
You need to first disconnect the connected repo and then you need to connect another git repo there, its very simply. Vercel is amazing.
So to use npm instead of yarn you can specify the build and run command like that:
Way1:
Way2: