From 48c22e26cebb30a84d35b9ac0e70f35a37b0c1fe Mon Sep 17 00:00:00 2001 From: Nef Rossano <286767+nefter@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:46:16 -0600 Subject: [PATCH 1/2] Create nef.json --- domains/nef.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nef.json diff --git a/domains/nef.json b/domains/nef.json new file mode 100644 index 000000000..ab8081fba --- /dev/null +++ b/domains/nef.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/nefter/eleventy-netlify-boilerplate", + "owner": { + "username": "nefter", + "email": "[email protected]" + }, + "record": { + "A": ["75.2.60.5"] + } +} From 7ffec306a77b3c36ca72777dcc94c923abeea7fe Mon Sep 17 00:00:00 2001 From: Nef Rossano <286767+nefter@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:54:56 -0600 Subject: [PATCH 2/2] Update email --- domains/nef.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nef.json b/domains/nef.json index ab8081fba..5b355907d 100644 --- a/domains/nef.json +++ b/domains/nef.json @@ -3,7 +3,7 @@ "repo": "https://github.com/nefter/eleventy-netlify-boilerplate", "owner": { "username": "nefter", - "email": "[email protected]" + "email": "therealnefter@gmail.com" }, "record": { "A": ["75.2.60.5"]