From b4565e8d70ebcdd8b490a8893176d4b07f463a70 Mon Sep 17 00:00:00 2001 From: Realmzer <120264700+Realmzer@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:38:28 -0500 Subject: [PATCH 1/2] Create realmzersdomain.json --- domains/realmzersdomain.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/realmzersdomain.json diff --git a/domains/realmzersdomain.json b/domains/realmzersdomain.json new file mode 100644 index 000000000..fd5333a4b --- /dev/null +++ b/domains/realmzersdomain.json @@ -0,0 +1,11 @@ +{ + "description": "Realmzers Page", + "repo": "https://github.com/Realmzer/realmzer.github.io", + "owner": { + "username": "Realmzer", + "email": "therealm4mc@gmail.com" + }, + "record": { + "URL": "realmzer.github.io" + } +} From 56a56611aac29128ede2b06f2e39148dea1f26d4 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:41:29 -0500 Subject: [PATCH 2/2] chore: missing protocol --- domains/realmzersdomain.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/realmzersdomain.json b/domains/realmzersdomain.json index fd5333a4b..41956e605 100644 --- a/domains/realmzersdomain.json +++ b/domains/realmzersdomain.json @@ -1,11 +1,11 @@ { - "description": "Realmzers Page", - "repo": "https://github.com/Realmzer/realmzer.github.io", - "owner": { - "username": "Realmzer", - "email": "therealm4mc@gmail.com" - }, - "record": { - "URL": "realmzer.github.io" - } + "description": "Realmzers Page", + "repo": "https://github.com/Realmzer/realmzer.github.io", + "owner": { + "username": "Realmzer", + "email": "therealm4mc@gmail.com" + }, + "record": { + "URL": "https://realmzer.github.io" + } }