From e570de9542cacea47712ca7c0ce6b96d078ffca4 Mon Sep 17 00:00:00 2001 From: Spixed Date: Wed, 14 Feb 2024 17:20:09 +0800 Subject: [PATCH 1/2] feat(domain): spixed.is-a.dev --- domains/spixed.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/spixed.json diff --git a/domains/spixed.json b/domains/spixed.json new file mode 100644 index 000000000..6fbf6e569 --- /dev/null +++ b/domains/spixed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Spixed", + "email": "Space369X@163.com" + }, + "record": { + "CNAME": "spixed" + } +} From 03dc2a0bcae232e2253aeac9767817acaef86797 Mon Sep 17 00:00:00 2001 From: Spixed <114914998+Spixed@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:30:56 +0800 Subject: [PATCH 2/2] fix my error --- domains/spixed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/spixed.json b/domains/spixed.json index 6fbf6e569..d96f9b472 100644 --- a/domains/spixed.json +++ b/domains/spixed.json @@ -4,6 +4,6 @@ "email": "Space369X@163.com" }, "record": { - "CNAME": "spixed" + "CNAME": "spixed.github.io" } }