From 271cfa93c8d1c0e56557d5da8dce14e49d2b8dee Mon Sep 17 00:00:00 2001 From: Willy Joao Mateo Espinoza <67135809+willymateo@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:15:21 -0500 Subject: [PATCH 1/3] Create willymateo.json --- domains/willymateo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/willymateo.json diff --git a/domains/willymateo.json b/domains/willymateo.json new file mode 100644 index 000000000..a9129f016 --- /dev/null +++ b/domains/willymateo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "willymateo", + "email": "matheoowilly@gmail.com" + }, + "record": { + "RECORDTYPE": "RECORDCONTENT" + } +} From f0094680e7177eb44c4ffbb0e9365cf23fb7b482 Mon Sep 17 00:00:00 2001 From: Willy Joao Mateo Espinoza <67135809+willymateo@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:12:20 -0500 Subject: [PATCH 2/3] Create _vercel.willymateo.json --- domains/_vercel.willymateo.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.willymateo.json diff --git a/domains/_vercel.willymateo.json b/domains/_vercel.willymateo.json new file mode 100644 index 000000000..e04aa1f68 --- /dev/null +++ b/domains/_vercel.willymateo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "willymateo", + "email": "matheoowilly@gmail.com", + "discord": "willycocolon" + }, + "record": { + "TXT": "vc-domain-verify=willymateo.is-a.dev,6c7018f1721c84a520df" + } +} From 943cc0392530517e1654eac69d011fac6389ca91 Mon Sep 17 00:00:00 2001 From: Willy Joao Mateo Espinoza <67135809+willymateo@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:24:16 -0500 Subject: [PATCH 3/3] Update willymateo.json --- domains/willymateo.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/willymateo.json b/domains/willymateo.json index a9129f016..6816fa297 100644 --- a/domains/willymateo.json +++ b/domains/willymateo.json @@ -1,9 +1,10 @@ { "owner": { "username": "willymateo", - "email": "matheoowilly@gmail.com" + "email": "matheoowilly@gmail.com", + "discord": "willycocolon" }, "record": { - "RECORDTYPE": "RECORDCONTENT" + "CNAME": "willymateo.vercel.app" } }