From 88f2638b8f918b2c4b22471e27e266a521f86f87 Mon Sep 17 00:00:00 2001 From: Zai-Kun <122824602+Zai-Kun@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:46:10 +0500 Subject: [PATCH 1/2] add domain --- domains/zai.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 domains/zai.json diff --git a/domains/zai.json b/domains/zai.json new file mode 100644 index 0000000..e9a6994 --- /dev/null +++ b/domains/zai.json @@ -0,0 +1,23 @@ +{ + "repo": "https://github.com/Zai-Kun/zai-kun.github.io", + + "owner": { + "username": "Zai-Kun", + "email": "122824602+Zai-Kun@users.noreply.github.com" + }, + + "target": { + "CNAME": { + "name": "zai", + "value": "zai-kun.vercel.app" + }, + + "TXT": { + "name": "_vercel", + "value": "vc-domain-verify=zai.is-a-good.dev,0555ca33b017a3a0c170" + } + }, + + "proxied": false +} + From 2a4b76162057f8d98560ed76d8cbb1b821a1cbea Mon Sep 17 00:00:00 2001 From: Tweak Date: Tue, 3 Dec 2024 07:47:26 -0700 Subject: [PATCH 2/2] Update zai.json --- domains/zai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zai.json b/domains/zai.json index e9a6994..0967621 100644 --- a/domains/zai.json +++ b/domains/zai.json @@ -13,7 +13,7 @@ }, "TXT": { - "name": "_vercel", + "name": "_vercel.zai", "value": "vc-domain-verify=zai.is-a-good.dev,0555ca33b017a3a0c170" } },