Skip to content

Commit 652ebea

Browse files
authored
Update vercel.md
1 parent 1d26c04 commit 652ebea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/vercel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you haven't made a Vercel site, make sure to make one. Follow the instruction
1717

1818
1. Navigate to your Vercel dashboard. Then, navigate to the "Domains" tab of your project's settings. Click "Add Domain" and enter the is-a.dev subdomain you want (e.g. `example.is-a.dev`).
1919
!!!
20-
You may see Vercel enable by default the "Redirect example.is-a.dev to www.example.is-a.dev" button. We recommend to disable it since it will make the main subdomain (`example.is-a.dev`) be a redirect to a nested subdomain (`www.example.is-a.dev`) which you would have to make a file for alongside the main subdomain. If you wish to make a file for `www.example.is-a.dev`, copy the same file format as the main subdomain, but replace the records with what Vercel gave you.
20+
You may see Vercel enable by default the "Redirect example.is-a.dev to www.example.is-a.dev" button. We recommend to disable it since it will make the main subdomain (`example.is-a.dev`) be a redirect to a nested subdomain (`www.example.is-a.dev`), which you would have to make a file for alongside the main subdomain. If you wish to make a file for `www.example.is-a.dev`, repeat step 4 like you did with the main subdomain, but replace the records with what Vercel gave you.
2121
!!!
2222
2. Once you're past the "Configure Environment and Redirects" tab—if unsure, just click "Save"—then click "Continue manually". Copy the TXT verification value that you'll get; you'll need this in step 4.
2323
3. [Fork](https://github.com/is-a-dev/register/fork) our repository and create a file **in the `/domains` folder** named `your-domain.json`. Replace `your-domain` with the name of the subdomain you chose earlier in the Vercel dashboard.
@@ -52,7 +52,7 @@ These records could be different so please pay attention and check what records
5252
}
5353
```
5454
!!!
55-
If you wish to add multiple nested subdomains with Vercel, please add all of the TXT records in this file. For more information on how you can add multiple TXT records please check the [Domain Structure](/useful/domain-structure) section.
55+
If you wish to add multiple nested subdomains with Vercel, please add all of the TXT verification records to this file. For more information on how you can add multiple TXT records please check the [Domain Structure](/useful/domain-structure) section.
5656
!!!
5757

5858
### Make a pull request

0 commit comments

Comments
 (0)