From 9ba0e4791f0bc75a8cc0fec67d2543c9d5620475 Mon Sep 17 00:00:00 2001 From: Rohith Varma Datla Date: Wed, 30 Apr 2025 14:30:10 +0530 Subject: [PATCH 1/2] feat: register r0h17h.is-a.dev for my portfolio site --- domains/_vercel.r0h17h.json | 9 +++++++++ domains/r0h17h.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.r0h17h.json create mode 100644 domains/r0h17h.json diff --git a/domains/_vercel.r0h17h.json b/domains/_vercel.r0h17h.json new file mode 100644 index 000000000..e2063b729 --- /dev/null +++ b/domains/_vercel.r0h17h.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rohithvarma444", + "email": "rohithvarmadatla12@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=r0h17h.is-a.dev,fdeed6c9344f4a02a122" + } +} diff --git a/domains/r0h17h.json b/domains/r0h17h.json new file mode 100644 index 000000000..747e27d5c --- /dev/null +++ b/domains/r0h17h.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rohithvarma444", + "email": "rohithvarmadatla12@gmail.com" + }, + "records": { + "CNAME": "https://r0h17h-rohithvarma444s-projects.vercel.app/" + } +} From 2a0ac159208e3087d2e5d30c4a6b87769fe4f61e Mon Sep 17 00:00:00 2001 From: Rohith Varma Datla Date: Thu, 1 May 2025 13:31:49 +0530 Subject: [PATCH 2/2] fixing CNAME record for vercel app --- domains/r0h17h.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/r0h17h.json b/domains/r0h17h.json index 747e27d5c..c9af788e8 100644 --- a/domains/r0h17h.json +++ b/domains/r0h17h.json @@ -4,6 +4,6 @@ "email": "rohithvarmadatla12@gmail.com" }, "records": { - "CNAME": "https://r0h17h-rohithvarma444s-projects.vercel.app/" + "CNAME": "r0h17h-rohithvarma444s-projects.vercel.app" } }