Files
wr.do/content/docs/examples/vercel.mdx
T
2024-08-01 15:25:09 +08:00

22 lines
531 B
Plaintext

---
title: Vercel Custom Domain
description: Free parsing of Vercel custom domain names.
---
After deploy your any project with vercel, you can use your custom domain name.
First follow https://vercel.com/[account]/[project]/settings/domains.
And add your custom domain name like `beta.wr.do`:
![](/_static/examples/vercel_01.png)
Then config the CNAME content on WR.DO:
![](/_static/examples/vercel_02.png)
Waiting for DNS records to take effect on vercel:
![](/_static/examples/vercel_03.png)
Done!