What does Vercel do in automated website generation?
GitHub stores your website code, including HTML, sitemap, robots, and other files, while Vercel provides free hosting.
Generated websites are automatically deployed to Vercel and receive a free accessible subdomain ending in `.vercel.app` so you can preview the site.
By binding your own domain in Vercel and configuring 301 redirects, visitors can access your website through your branded domain.
Configure DNS records
Step 1: Open the Vercel project for the website that you want to bind to a custom domain.
Step 2: Go to the domain settings page: `Settings - Domains`.
On that page, use the information provided by Vercel to configure the required DNS records at your domain registrar.
This usually includes A records and CNAME records.
Step 3: After the records are configured correctly, Vercel shows blue check marks. At that point, you can set up 301 redirects between your domains.
