From 288f47f5efd0e7599880a3c14471b4c75b31069c Mon Sep 17 00:00:00 2001 From: MystPi <86574651+MystPi@users.noreply.github.com> Date: Fri, 27 Aug 2021 10:33:59 -0400 Subject: [PATCH 1/3] Create MystPi.json --- domains/MystPi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/MystPi.json diff --git a/domains/MystPi.json b/domains/MystPi.json new file mode 100644 index 000000000..2d4ad2953 --- /dev/null +++ b/domains/MystPi.json @@ -0,0 +1,11 @@ +{ + "description": "My personal homepage.", + "repo": "https://mystpi.glitch.me/", + "owner": { + "username": "MystPi", + "email": "blaunoah@gmail.com" + }, + "record": { + "CNAME": "http://glitch.edgeapp.net/" + } +} From 77c7a5946ae6d9e4321ab02bbfe3a0331659cfc0 Mon Sep 17 00:00:00 2001 From: Hackermon <60828015+hackermondev@users.noreply.github.com> Date: Fri, 27 Aug 2021 11:14:14 -0400 Subject: [PATCH 2/3] remove url from CNAME --- domains/MystPi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/MystPi.json b/domains/MystPi.json index 2d4ad2953..47cc02e6e 100644 --- a/domains/MystPi.json +++ b/domains/MystPi.json @@ -6,6 +6,6 @@ "email": "blaunoah@gmail.com" }, "record": { - "CNAME": "http://glitch.edgeapp.net/" + "CNAME": "glitch.edgeapp.net" } } From 8837e40cca922d23effa00b774e47370f1095dcc Mon Sep 17 00:00:00 2001 From: MystPi <86574651+MystPi@users.noreply.github.com> Date: Fri, 27 Aug 2021 13:16:42 -0400 Subject: [PATCH 3/3] Rename MystPi.json to mystpi.json --- domains/{MystPi.json => mystpi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{MystPi.json => mystpi.json} (100%) diff --git a/domains/MystPi.json b/domains/mystpi.json similarity index 100% rename from domains/MystPi.json rename to domains/mystpi.json