From 693435d1aeac5a8bc7d90f9de83302383290b563 Mon Sep 17 00:00:00 2001 From: nuxsh Date: Fri, 21 Jan 2022 10:18:08 +0530 Subject: [PATCH 1/2] add nuxsh.json --- domains/nuxsh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nuxsh.json diff --git a/domains/nuxsh.json b/domains/nuxsh.json new file mode 100644 index 000000000..7f9580a6f --- /dev/null +++ b/domains/nuxsh.json @@ -0,0 +1,12 @@ +{ + "description": "hi, im nuxsh", + "repo": "https://github.com/nuxshed/nuxshed.github.io", + "owner": { + "username": "nuxshed", + "email": "nuxshed@gmail.com", + "discord": "nuxsh#9338" + }, + "record": { + "CNAME": "nuxshed.github.io/site" + } +} From 3f5695e190f68ec2b31b75e7a03d4b048456a405 Mon Sep 17 00:00:00 2001 From: nuxsh Date: Mon, 24 Jan 2022 11:13:29 +0530 Subject: [PATCH 2/2] fix nuxsh.json --- domains/nuxsh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nuxsh.json b/domains/nuxsh.json index 7f9580a6f..2c0db117e 100644 --- a/domains/nuxsh.json +++ b/domains/nuxsh.json @@ -7,6 +7,6 @@ "discord": "nuxsh#9338" }, "record": { - "CNAME": "nuxshed.github.io/site" + "CNAME": "nuxshed.github.io" } }