Vercel
npm i -g vercel
Zeit ez, first deploy is prod else dev
vercel #will link autolink to zeit/github project
vercel -e KEY=value #include env variables
vercel --prod #prod deployment
Use to include environment variables
Look in main folders now.json for variables like the project name
Domains
In the GUI online, you can import from a github repo easily
You can then click settings, domains to add a domain
OR
now domains add <domain>
Get www redirect: Add www.jsfuentes.com AND jsfuentes.com, then go to GUI domains and set a redirect from www to jsfuentes
Comes with analytics
Last updated