From def757ac35df46d48acdb2b38cd605313d96d3ee Mon Sep 17 00:00:00 2001 From: m1ten Date: Sun, 14 Jan 2024 23:12:38 -0500 Subject: [PATCH 1/2] feat(domain): miten.is-a.dev --- domains/miten.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/miten.json diff --git a/domains/miten.json b/domains/miten.json new file mode 100644 index 000000000..22b56474e --- /dev/null +++ b/domains/miten.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "m1ten", + "email": "h4ckr+github@icloud.com" + }, + "record": { + "TXT": "hi, i will update this soon. check out https://github.com/m1ten/ in the mean time." + } +} From 57d298a4be4dc3c67ef508aef90a90d2e0a90ff6 Mon Sep 17 00:00:00 2001 From: fourarmy <57693631+m1ten@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:15:14 -0500 Subject: [PATCH 2/2] Update miten.json --- domains/miten.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/miten.json b/domains/miten.json index 22b56474e..d47bb885c 100644 --- a/domains/miten.json +++ b/domains/miten.json @@ -4,6 +4,6 @@ "email": "h4ckr+github@icloud.com" }, "record": { - "TXT": "hi, i will update this soon. check out https://github.com/m1ten/ in the mean time." + "CNAME": "m1ten.github.io" } }