From a90bb7ab927865201cba7e9db6bae06e5ff45e5e Mon Sep 17 00:00:00 2001 From: Skullfiredevil <97984792+Skullfiredevil@users.noreply.github.com> Date: Sun, 26 Mar 2023 20:34:50 +0100 Subject: [PATCH 1/3] feat(domain): add `skullfiredevil.is-a.dev` --- domains/skullfiredevil.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/skullfiredevil.json diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json new file mode 100644 index 000000000..5514daf95 --- /dev/null +++ b/domains/skullfiredevil.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Skullfiredevil", + "email": "jotipinto@gmail.com" + }, + + "record": { + "A": [""] + } +} From f95d7a5b4ebc4a5ef22bf4959ad0457ce65794c7 Mon Sep 17 00:00:00 2001 From: Skullfiredevil <97984792+Skullfiredevil@users.noreply.github.com> Date: Tue, 28 Mar 2023 14:13:16 +0100 Subject: [PATCH 2/3] updated record updated record, if this doesnt work or if i did the wrong thing please tell me --- domains/skullfiredevil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json index 5514daf95..5d0376b0b 100644 --- a/domains/skullfiredevil.json +++ b/domains/skullfiredevil.json @@ -5,6 +5,6 @@ }, "record": { - "A": [""] + "A": ["https://skullfiredevil.github.io/that-weird-portfolio/"] } } From 8718235ce7163eb8fe572454f07991d4e61895ef Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 29 Mar 2023 06:52:25 +0800 Subject: [PATCH 3/3] Update skullfiredevil.json --- domains/skullfiredevil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json index 5d0376b0b..8166f1af0 100644 --- a/domains/skullfiredevil.json +++ b/domains/skullfiredevil.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["https://skullfiredevil.github.io/that-weird-portfolio/"] + "CNAME": "skullfiredevil.github.io" } }