From 5a7e28d28873e4ae42a80d708feb48274389bf37 Mon Sep 17 00:00:00 2001 From: Rohit Gunthal <121371717+rohitgunthal18@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:13:01 +0530 Subject: [PATCH 1/2] Create rohitgunthal.json --- domains/rohitgunthal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rohitgunthal.json diff --git a/domains/rohitgunthal.json b/domains/rohitgunthal.json new file mode 100644 index 000000000..88c7af6ac --- /dev/null +++ b/domains/rohitgunthal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username":"rohitgunthal18", + "email": "rohitgunthal1819@gmail.com" + }, + "record": { + "CNAME":"rohitgunthal18.github.io" + } +} From 470e1fdfd36a6fced28a8aa17b182f5c93920dfb Mon Sep 17 00:00:00 2001 From: 21Z <69188068+21Z@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:47:58 +0400 Subject: [PATCH 2/2] fix json error --- domains/rohitgunthal.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/rohitgunthal.json b/domains/rohitgunthal.json index 88c7af6ac..eef797274 100644 --- a/domains/rohitgunthal.json +++ b/domains/rohitgunthal.json @@ -1,9 +1,9 @@ { - "owner": { - "username":"rohitgunthal18", + "owner": { + "username": "rohitgunthal18", "email": "rohitgunthal1819@gmail.com" }, - "record": { - "CNAME":"rohitgunthal18.github.io" + "record": { + "CNAME": "rohitgunthal18.github.io" } }