From 2aabdf8a4aa159c019d774c69a1f7cf53dc4522d Mon Sep 17 00:00:00 2001 From: neohe Date: Fri, 22 Mar 2024 20:50:43 +0800 Subject: [PATCH] feat(domain): abc.is-a.dev --- domains/abc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abc.json diff --git a/domains/abc.json b/domains/abc.json new file mode 100644 index 000000000..3eeea3c61 --- /dev/null +++ b/domains/abc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "neohe", + "email": "he_neo@163.com" + }, + "record": { + "CNAME": "neohe.github.io" + } +}