From 98520f888c57975e83343ffef9f5d558078692e6 Mon Sep 17 00:00:00 2001 From: Sebastian <138029510+Seb-fd@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:21:34 -0500 Subject: [PATCH 1/3] Add sebastian-fd.json for domain configuration Adding sebastian-fd.is-a.dev for my portfolio hosted on Vercel. --- domains/sebastian-fd.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/sebastian-fd.json diff --git a/domains/sebastian-fd.json b/domains/sebastian-fd.json new file mode 100644 index 0000000000..5468f690ac --- /dev/null +++ b/domains/sebastian-fd.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Seb-fd" + }, + "records": { + "CNAME": "cname.vercel-dns.com" + } +} From 13a1d07c97efdf48f72dffc1748a1f9bf934ea29 Mon Sep 17 00:00:00 2001 From: Sebastian Florez <138029510+Seb-fd@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:10:10 -0500 Subject: [PATCH 2/3] Add email field to sebastian-fd.json --- domains/sebastian-fd.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/sebastian-fd.json b/domains/sebastian-fd.json index 5468f690ac..410e1bf990 100644 --- a/domains/sebastian-fd.json +++ b/domains/sebastian-fd.json @@ -1,6 +1,7 @@ { "owner": { "username": "Seb-fd" + "email": "sebastianfd005@gmail.com" }, "records": { "CNAME": "cname.vercel-dns.com" From 5990a8404c24c45c372541331ad8450a0a211bfe Mon Sep 17 00:00:00 2001 From: Sebastian Florez <138029510+Seb-fd@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:22:45 -0500 Subject: [PATCH 3/3] Fix JSON formatting for owner username --- domains/sebastian-fd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sebastian-fd.json b/domains/sebastian-fd.json index 410e1bf990..6364448ffe 100644 --- a/domains/sebastian-fd.json +++ b/domains/sebastian-fd.json @@ -1,6 +1,6 @@ { "owner": { - "username": "Seb-fd" + "username": "Seb-fd", "email": "sebastianfd005@gmail.com" }, "records": {