From 497096f495a8e37d7753b80fc5799b4f9797caa3 Mon Sep 17 00:00:00 2001 From: Jongo22 <110446920+Jongo22@users.noreply.github.com> Date: Sat, 22 Mar 2025 00:09:35 +0800 Subject: [PATCH 1/3] Create _vercel.jong.json --- domains/_vercel.jong.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.jong.json diff --git a/domains/_vercel.jong.json b/domains/_vercel.jong.json new file mode 100644 index 000000000..723923be1 --- /dev/null +++ b/domains/_vercel.jong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jongo22", + "email": "jingyiong22@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jong.is.a.dev,05ec7ef1be7ea332657d" + } +} From 061c7040138bbf49c72c8cff768ae7ad7af86c50 Mon Sep 17 00:00:00 2001 From: Jongo22 <110446920+Jongo22@users.noreply.github.com> Date: Sat, 22 Mar 2025 00:24:36 +0800 Subject: [PATCH 2/3] Create jong.json --- domains/jong.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jong.json diff --git a/domains/jong.json b/domains/jong.json new file mode 100644 index 000000000..5f59f4ed0 --- /dev/null +++ b/domains/jong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jongo22", + "email": "jingyiong22@gmail.com" + }, + "record": { + "CNAME": "https://frontend-green-kappa.vercel.app/" + } +} From 87d6d6a25073caed8029efb3fa7041889a542115 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Sun, 23 Mar 2025 14:47:21 +0400 Subject: [PATCH 3/3] fix: remove protocol --- domains/jong.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jong.json b/domains/jong.json index 5f59f4ed0..e70ad4a16 100644 --- a/domains/jong.json +++ b/domains/jong.json @@ -4,6 +4,6 @@ "email": "jingyiong22@gmail.com" }, "record": { - "CNAME": "https://frontend-green-kappa.vercel.app/" + "CNAME": "frontend-green-kappa.vercel.app" } }