From 5fc1a73a46830be22399f41d3589794abb1a5a4f Mon Sep 17 00:00:00 2001 From: John Tran Date: Tue, 4 Mar 2025 20:56:07 +0700 Subject: [PATCH 1/4] Create _vercel.johntran.json --- domains/_vercel.johntran.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.johntran.json diff --git a/domains/_vercel.johntran.json b/domains/_vercel.johntran.json new file mode 100644 index 000000000..c6f344953 --- /dev/null +++ b/domains/_vercel.johntran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "johntranz", + "email": "john.tran.engineer@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=johntran.is-a.dev,dcd9c5b1d53d9961e19a" + } +} From 671bc79e8ac4f7b31264a01a18b9f27009ef6eae Mon Sep 17 00:00:00 2001 From: John Tran Date: Tue, 4 Mar 2025 22:48:32 +0700 Subject: [PATCH 2/4] Rename _vercel.johntran.json to _vercel.johntranz.json --- domains/{_vercel.johntran.json => _vercel.johntranz.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_vercel.johntran.json => _vercel.johntranz.json} (100%) diff --git a/domains/_vercel.johntran.json b/domains/_vercel.johntranz.json similarity index 100% rename from domains/_vercel.johntran.json rename to domains/_vercel.johntranz.json From 7ec01bfb2bf8e9c2501043fc88f126e5662a09a3 Mon Sep 17 00:00:00 2001 From: John Tran Date: Tue, 4 Mar 2025 23:10:15 +0700 Subject: [PATCH 3/4] Rename _vercel.johntranz.json to _vercel.johntran.json --- domains/{_vercel.johntranz.json => _vercel.johntran.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_vercel.johntranz.json => _vercel.johntran.json} (100%) diff --git a/domains/_vercel.johntranz.json b/domains/_vercel.johntran.json similarity index 100% rename from domains/_vercel.johntranz.json rename to domains/_vercel.johntran.json From 6fe6b37e79b71e25e34a8f74282cea36b4f29245 Mon Sep 17 00:00:00 2001 From: John Tran Date: Tue, 4 Mar 2025 23:11:32 +0700 Subject: [PATCH 4/4] Create johntran.json --- domains/johntran.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/johntran.json diff --git a/domains/johntran.json b/domains/johntran.json new file mode 100644 index 000000000..1b84d6184 --- /dev/null +++ b/domains/johntran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "johntranz", + "email": "john.tran.engineer@gmail.com" + }, + "record": { + "CNAME": "johntran.vercel.app" + } +}