From b5a65b09a70156a1175880a5765e4b8cadeb3543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9A=9D=20=E2=80=8C=E2=9D=9B=20=E1=B4=A0=E1=B4=80?= =?UTF-8?q?=EA=9C=B1=E1=B4=9C=E2=84=A2=20=E2=9D=9C=20=E2=9C=A7?= <81107219+VasuXD@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:44:51 +0530 Subject: [PATCH 1/3] vasuxd.json --- domains/vasuxd.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/vasuxd.json diff --git a/domains/vasuxd.json b/domains/vasuxd.json new file mode 100644 index 000000000..aab28af31 --- /dev/null +++ b/domains/vasuxd.json @@ -0,0 +1,13 @@ +{ + "description": "Vasu's personal developer website", + "repo": "https://github.com/VasuXD/VasuXD", + "owner": { + "username": "VasuXD", + "email": "mr.v4su@gmail.com", + "telegram": "VasuXD", + "github": "VasuXD" + }, + "record": { + "CNAME": "vasuxd.github.io" + } +} From a0f9545c331d01c45d29be68e2b3db4e8295ae06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9A=9D=20=E2=80=8C=E2=9D=9B=20=E1=B4=A0=E1=B4=80?= =?UTF-8?q?=EA=9C=B1=E1=B4=9C=E2=84=A2=20=E2=9D=9C=20=E2=9C=A7?= <81107219+VasuXD@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:21:49 +0530 Subject: [PATCH 2/3] Create vasu-xd.json I want vasu-xd.is-a.dev this subdomain too for my alt account. --- domains/vasu-xd.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/vasu-xd.json diff --git a/domains/vasu-xd.json b/domains/vasu-xd.json new file mode 100644 index 000000000..1a09ef3ad --- /dev/null +++ b/domains/vasu-xd.json @@ -0,0 +1,13 @@ +{ + "description": "Vasu's personal developer website", + "repo": "https://github.com/Vasu-XD/Vasu-XD", + "owner": { + "username": "Vasu-XD", + "email": "mr.v4su@gmail.com", + "telegram": "VasuXD", + "github": "Vasu-XD" + }, + "record": { + "CNAME": "vasu-xd.github.io" + } +} From c55de4b413466b155f79ea122c8c164e9fded2ef Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 1 Apr 2025 09:10:17 +0300 Subject: [PATCH 3/3] fix: username key --- domains/vasu-xd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vasu-xd.json b/domains/vasu-xd.json index 1a09ef3ad..9deb83c2c 100644 --- a/domains/vasu-xd.json +++ b/domains/vasu-xd.json @@ -2,7 +2,7 @@ "description": "Vasu's personal developer website", "repo": "https://github.com/Vasu-XD/Vasu-XD", "owner": { - "username": "Vasu-XD", + "username": "VasuXD", "email": "mr.v4su@gmail.com", "telegram": "VasuXD", "github": "Vasu-XD"