You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guides/vercel.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,15 @@ First, go to your Vercel dashboard, then go to your project, then go to Custom D
19
19
**You will need to make two files to ensure this process goes smoothly**. We will go in order for this section.
20
20
21
21
1. Make a file for Vercel TXT verification.
22
-
When connecting the domain, you will be greeted with a TXT verification string. To make the file for this one the TXT record should be placed in `_vercel.subdomain.json` in the **domains directory** (replace subdomain with the domain you want of course) and the file should be like this (You can leave email field blank as long as you have another social, but **don't remove the field**):
22
+
When connecting the domain, you will be greeted with a TXT verification string. To make the file for this one the TXT record should be placed in `_vercel.subdomain.json` in the **domains directory** (replace subdomain with the domain you want of course) and the file should be like this:
23
+
!!!
24
+
You can also replace the email with any form of social media handle (Like Discord, Twitter, Bluesky, Mastodon etc.).
0 commit comments