Path: https://semantic-ui.com/images/avatar/[size]/[name].jpg
Sizes: large or small
Linking a custom domain to a deployed application is confusing and at times you don't get a route on how to link the domain with the website. 😫
In this article, I will be explaining how to link a Custom domain brought in Google Domains service to an application hosted on Vercel.
Perks of using vercel is that it allows adding domain without any verification unlike Heroku/Netlify, which means you don't have to add your billing details to add a domain to your application. Moreover, it is fast, efficient, and easy to use.😁
Vercel is a deployment and collaboration platform for frontend developers. Vercel enables developers to host websites and web services that deploy instantly and scale automatically – all without any configuration. Source - Official Docs
These are the repos that helped me the most
| author | repo | has server | has web client | has mobile client |
|---|---|---|---|---|
| sibelius | DM @sseraphini on Twitter about relay-workshop | yes | yes | no |
| noghartt | fakeddit | yes | yes | no |
| danilo | rbaf | yes | yes | no |
| bia | koa-server | yes | yes | no |
| akinn | amora | yes | no | yes |
| xsadia | koa-todo-api | yes | yes | no |