From 4338854973b6d326f5a41f227848d8a9017a5643 Mon Sep 17 00:00:00 2001 From: NerdsForGaming <74607784+NerdsForGaming@users.noreply.github.com> Date: Wed, 16 Aug 2023 18:16:12 +0530 Subject: [PATCH 1/2] feat(domain): add `thesonofdevilhunter.is-a.dev` --- domains/thesonofdevilhunter.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/thesonofdevilhunter.json diff --git a/domains/thesonofdevilhunter.json b/domains/thesonofdevilhunter.json new file mode 100644 index 000000000..5e06d971c --- /dev/null +++ b/domains/thesonofdevilhunter.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "NerdsForGaming", + "email": "thesonofdevilhunter1@gmail.com" + }, + + "record": { + "A": ["nerdsforgaming.github.io"] + } +} From aa005809629667c2b26329812ea4fc5f8f8d8e34 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 22 Aug 2023 20:38:19 +0800 Subject: [PATCH 2/2] Update thesonofdevilhunter.json --- domains/thesonofdevilhunter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thesonofdevilhunter.json b/domains/thesonofdevilhunter.json index 5e06d971c..3f2a9cf77 100644 --- a/domains/thesonofdevilhunter.json +++ b/domains/thesonofdevilhunter.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["nerdsforgaming.github.io"] + "CNAME": "nerdsforgaming.github.io" } }