From c0b3b652b3e3a86a1da09b44a4041e8ab2a4fde4 Mon Sep 17 00:00:00 2001 From: Muhammad Subhan Date: Thu, 27 Mar 2025 13:20:45 +0500 Subject: [PATCH 1/3] add _vercel.subhan.json --- domains/_vercel.subhan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.subhan.json diff --git a/domains/_vercel.subhan.json b/domains/_vercel.subhan.json new file mode 100644 index 000000000..4cfafd95b --- /dev/null +++ b/domains/_vercel.subhan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MS1034", + "email": "muhammadsubhan5701@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=subhan.is-a.dev,1996a182add3a767436b" + } +} \ No newline at end of file From 3695336bb853636158563f2fbe424887486f30be Mon Sep 17 00:00:00 2001 From: Muhammad Subhan Date: Thu, 27 Mar 2025 13:20:55 +0500 Subject: [PATCH 2/3] add subhan.json --- domains/subhan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/subhan.json diff --git a/domains/subhan.json b/domains/subhan.json new file mode 100644 index 000000000..32f7ab82e --- /dev/null +++ b/domains/subhan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MS1034", + "email": "muhammadsubhan5701@gmail.com" + }, + "record": { + "CNAME": "https://muhammad-subhan.vercel.app" + } +} \ No newline at end of file From 23d2ee615c6e0ac9a6bc95e0b02a967eaa1f69bf Mon Sep 17 00:00:00 2001 From: Muhammad Subhan <109712805+MS1034@users.noreply.github.com> Date: Fri, 28 Mar 2025 21:58:49 +0500 Subject: [PATCH 3/3] Update domains/subhan.json Remove the protocol in CNAME Co-authored-by: 21Z <21z95@proton.me> --- domains/subhan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/subhan.json b/domains/subhan.json index 32f7ab82e..c77c29a22 100644 --- a/domains/subhan.json +++ b/domains/subhan.json @@ -4,6 +4,6 @@ "email": "muhammadsubhan5701@gmail.com" }, "record": { - "CNAME": "https://muhammad-subhan.vercel.app" + "CNAME": "muhammad-subhan.vercel.app" } } \ No newline at end of file