From add79001a1a79b1519fb11b6bc4e37ce2ab79dff Mon Sep 17 00:00:00 2001 From: FrancoDurand <106925453+FrancoDurand@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:53:22 -0500 Subject: [PATCH 1/3] vercel domain --- domains/_vercel.francodurand.json | 8 ++++++++ domains/francodurand.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 domains/_vercel.francodurand.json create mode 100644 domains/francodurand.json diff --git a/domains/_vercel.francodurand.json b/domains/_vercel.francodurand.json new file mode 100644 index 000000000..1a2c0f66d --- /dev/null +++ b/domains/_vercel.francodurand.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FrancoDurand" + }, + "record": { + "TXT": "vc-domain-verify=francodurand.is-a.dev,ad7840fa5cb01e5d90c1" + } +} \ No newline at end of file diff --git a/domains/francodurand.json b/domains/francodurand.json new file mode 100644 index 000000000..a6baa5690 --- /dev/null +++ b/domains/francodurand.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FrancoDurand" + }, + "record": { + "CNAME": "devfolio-franco.vercel.app" + } +} \ No newline at end of file From fb6c4e7cae1a4665a5cebc4137f474bf4784b9a9 Mon Sep 17 00:00:00 2001 From: FrancoDurand <106925453+FrancoDurand@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:56:33 -0500 Subject: [PATCH 2/3] add email --- domains/francodurand.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/francodurand.json b/domains/francodurand.json index a6baa5690..8f68c5397 100644 --- a/domains/francodurand.json +++ b/domains/francodurand.json @@ -1,6 +1,7 @@ { "owner": { - "username": "FrancoDurand" + "username": "FrancoDurand", + "email": "francoduve.25@gmail.com" }, "record": { "CNAME": "devfolio-franco.vercel.app" From 7dd30e2ea6304adb10758ab97f33c66e2e34f390 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 4 Feb 2025 23:15:12 +0000 Subject: [PATCH 3/3] feat: add 1995parham domain --- domains/1995parham.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/1995parham.json diff --git a/domains/1995parham.json b/domains/1995parham.json new file mode 100644 index 000000000..a5dbabef4 --- /dev/null +++ b/domains/1995parham.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website", + "owner": { + "username": "1995parham", + "email": "parham.alvani@gmail.com" + }, + "record": { + "CNAME": "1995parham.github.io" + } +}