From 35deb478f115cefec7a1310af55f1fa2a963ae0b Mon Sep 17 00:00:00 2001 From: Muzzammil Idris Date: Sat, 5 Aug 2023 10:34:48 +0100 Subject: [PATCH 1/2] Create just-muzz.json --- domains/just-muzz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/just-muzz.json diff --git a/domains/just-muzz.json b/domains/just-muzz.json new file mode 100644 index 000000000..9884383b6 --- /dev/null +++ b/domains/just-muzz.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio site", + "repo": "https://github.com/just-muzz/just-muzz.github.io", + "owner": { + "username": "just-Muzz", + "email": "idrisking759@gmail.com", + "twitter": "just_Muzz" + }, + "record": { + "CNAME": "http://just-muzz.github.io/" + } +} From 72f792aed0ebab7c877e354b18c91d47d9bdab59 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:08:32 +0800 Subject: [PATCH 2/2] Update just-muzz.json --- domains/just-muzz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/just-muzz.json b/domains/just-muzz.json index 9884383b6..7a1e4e67f 100644 --- a/domains/just-muzz.json +++ b/domains/just-muzz.json @@ -7,6 +7,6 @@ "twitter": "just_Muzz" }, "record": { - "CNAME": "http://just-muzz.github.io/" + "CNAME": "just-muzz.github.io" } }