From 811e174eaf20a05ba9d5a4d8aa8b57579623cf0b Mon Sep 17 00:00:00 2001 From: Caelan Curry <47324703+CaeCur@users.noreply.github.com> Date: Thu, 13 Mar 2025 15:26:55 +0000 Subject: [PATCH 1/4] Create caelan.json --- domains/caelan.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/caelan.json diff --git a/domains/caelan.json b/domains/caelan.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/caelan.json @@ -0,0 +1 @@ + From 18522d279dfd5e67fb65a4930b1b442c2b8d194d Mon Sep 17 00:00:00 2001 From: Caelan Curry <47324703+CaeCur@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:02:37 +0000 Subject: [PATCH 2/4] Update caelan.json --- domains/caelan.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/domains/caelan.json b/domains/caelan.json index 8b1378917..a750cdb6d 100644 --- a/domains/caelan.json +++ b/domains/caelan.json @@ -1 +1,8 @@ - +{ + "owner": { + "username": "CaeCur", + "email": "caelan.curry+isadev@gmail.com" + }, + "record": { + "CNAME": "caelan-curry.vercel.app" +} From cb671948566fb8fb088296c4c9a4e4328e013998 Mon Sep 17 00:00:00 2001 From: Caelan Curry <47324703+CaeCur@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:03:55 +0000 Subject: [PATCH 3/4] Create _vercel.caelan.json --- domains/_vercel.caelan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.caelan.json diff --git a/domains/_vercel.caelan.json b/domains/_vercel.caelan.json new file mode 100644 index 000000000..465c2daff --- /dev/null +++ b/domains/_vercel.caelan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CaeCur", + "email": "caelan.curry+isadev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=caelan.is-a.dev,8b8aef79a843715439f0" + } +} From 27a120041dfe58e06ffd85425c64c1fdb4c54018 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Fri, 14 Mar 2025 19:58:32 +0400 Subject: [PATCH 4/4] fix: json --- domains/caelan.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/caelan.json b/domains/caelan.json index a750cdb6d..1184f5c73 100644 --- a/domains/caelan.json +++ b/domains/caelan.json @@ -5,4 +5,5 @@ }, "record": { "CNAME": "caelan-curry.vercel.app" + } }