Add TXT record for domain ivancidev#36704
Conversation
Added TXT record for domain verification.
Hi there! 👋You've successfully made a pull request! Here are some steps to do while waiting for a maintainer to review the pull request:
Note: if you've opened this pull request while there is a high number of other open pull requests, your wait time will be longer than usual. Please be patient! |
There was a problem hiding this comment.
Pull request overview
This PR attempts to add a Vercel domain-verification TXT record for the ivancidev subdomain.
Changes:
- Updates
domains/ivancidev.jsonto add aTXTentry alongside the existingCNAME. - Formats the new TXT value under a
_vercelkey.
| "CNAME": "cname.vercel-dns.com", | ||
| "TXT": { | ||
| "_vercel": "vc-domain-verify=ivancidev.is-a.dev,28ab728aefb880081592" | ||
| } |
There was a problem hiding this comment.
Pull request overview
This PR updates the DNS configuration for ivancidev.is-a.dev to support a Vercel deployment and attempts to add a Vercel verification TXT record.
Changes:
- Enables Cloudflare proxying for the subdomain (
"proxied": true). - Keeps the Vercel CNAME target (
cname.vercel-dns.com) and adds aTXTverification record.
| "CNAME": "cname.vercel-dns.com", | ||
| "TXT": "vc-domain-verify=ivancidev.is-a.dev,28ab728aefb880081592" |
Removed proxied setting and CNAME/TXT records, added A record.
There was a problem hiding this comment.
Pull request overview
This PR updates DNS configuration for ivancidev.is-a.dev and adds a Vercel domain-verification TXT record via a dedicated _vercel subdomain file.
Changes:
- Replaces the existing
CNAMErecord forivancidevwith anArecord. - Adds
domains/_vercel.ivancidev.jsonwith avc-domain-verify=...TXT record for Vercel verification.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| domains/ivancidev.json | Switches the main subdomain’s DNS target from CNAME to A. |
| domains/_vercel.ivancidev.json | Adds Vercel TXT verification record under _vercel.ivancidev. |
Requirements
ownerkey.Website Preview
https://ivancidev-blog.vercel.app
Personal blog and portfolio of a Full Stack Developer focused on web development and AI automation.