Hosting platforms
Table of Contents
- Vercel
- Netlify
https://www.reddit.com/r/nextjs/comments/z9iomc/vercel_vs_netlify_which_is_more_costeffective/
Setting up a website using Vercel
- Set the domain name in Vercel
- It will instruct you to add CNAME to your DNS provider.
- Login to namecheap or google domains or wherever you bought your domain from and add the CNAME record provided by Vercel to that domain.
- After this is done, Vercel will refresh the entries and will try to serve the website using that domain.
- If the website is using
quartz
Follow directions to host the quartz website using Vercel- https://quartz.jzhao.xyz/hosting#vercel
- Create
vercel.json
- In Vercel, go to the project, go to settings and search for
Framework
and then, follow the instructions. - After the deployment, the website should be live.
Setting up a custom deployment using Vercel
Specifying the build tool
If Vercel doesn’t auto-detect it, we can specify it using Framework Preset

Using a custom build command
