Skip to content

Commit 5968831

Browse files
authored
Add a warning about the records
1 parent 2b560f7 commit 5968831

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/guides/vercel.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you haven't made a Vercel site, make sure to make one. Follow the instruction
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
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.
2020
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.
21-
4. In this file, paste the following JSON and ***make sure to replace all the values properly***, except for the A record, which you should leave untouched.
21+
4. In this file, paste the following JSON and ***make sure to replace all the values properly***.
2222

2323
```json
2424
{
@@ -31,6 +31,9 @@ If you haven't made a Vercel site, make sure to make one. Follow the instruction
3131
}
3232
}
3333
```
34+
!!!
35+
These records could be different so please pay attention and check what records Vercel assigned you with.
36+
!!!
3437

3538
5. Create a second file named `_vercel.your-domain.json` (replace `your-domain` with your chosen subdomain) and add the following content (make sure to replace the TXT record value with your verification string):
3639

0 commit comments

Comments
 (0)