Skip to content

Commit 6ce3aad

Browse files
authored
Merge pull request #57 from is-a-dev/iostpa-patch-1
Update so that it doesn't make it seem like email field is required
2 parents bb01b9c + 652175c commit 6ce3aad

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/guides/vercel.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ First, go to your Vercel dashboard, then go to your project, then go to Custom D
1919
**You will need to make two files to ensure this process goes smoothly**. We will go in order for this section.
2020

2121
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.).
2325

2426
```json
2527
{
2628
"owner": {
2729
"username": "insert-github-username-here",
28-
"email": "",
29-
"discord": "insert-discord-user-ID-here"
30+
"email": "insert-email-here"
3031
},
3132
"record": {
3233
"TXT": "insert-TXT-string-you-got-from-vercel-here"
@@ -49,8 +50,7 @@ Make `subdomain.json` in the **domains directory** (replace subdomain with the d
4950
{
5051
"owner": {
5152
"username": "insert-github-username-here",
52-
"email": "",
53-
"discord": "insert-discord-user-ID-here"
53+
"email": "insert-email-here"
5454
},
5555
"record": {
5656
"CNAME": "domainname.vercel.app"
@@ -64,8 +64,7 @@ Make `subdomain.json` in the **domains directory** (replace subdomain with the d
6464
{
6565
"owner": {
6666
"username": "insert-github-username-here",
67-
"email": "",
68-
"discord": "insert-discord-user-ID-here"
67+
"email": "insert-email-here"
6968
},
7069
"record": {
7170
"A": ["76.76.21.21"]

0 commit comments

Comments
 (0)