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/2] 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/2] 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"