From 80eb73e8241ce49480c0a0baac165bc98eaef4e4 Mon Sep 17 00:00:00 2001 From: Anish <88893957+anish-mandal@users.noreply.github.com> Date: Sun, 25 Sep 2022 21:58:32 +0530 Subject: [PATCH 1/3] added anish.is-a.dev --- domains/anish.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/anish.json diff --git a/domains/anish.json b/domains/anish.json new file mode 100644 index 000000000..ecf4d4728 --- /dev/null +++ b/domains/anish.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "anish-mandal", + "email": "anishmandalme1234@outlook.com", + "twitter": "anishsay", + }, + "description": "This website is for my personal portfolio.", + "repo": "https://github.com/anish-mandal/website", + "record": { + "CNAME": "anishdeveloper.netlify.app" + } +} From bbb8aff9e39ea3552b347c4cff59d9328645ead5 Mon Sep 17 00:00:00 2001 From: Anish <88893957+anish-mandal@users.noreply.github.com> Date: Thu, 6 Oct 2022 11:42:51 +0530 Subject: [PATCH 2/3] updated CNAME --- domains/anish.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/anish.json b/domains/anish.json index ecf4d4728..748049736 100644 --- a/domains/anish.json +++ b/domains/anish.json @@ -5,8 +5,8 @@ "twitter": "anishsay", }, "description": "This website is for my personal portfolio.", - "repo": "https://github.com/anish-mandal/website", + "repo": "https://github.com/anish-mandal/anish-mandal.github.io", "record": { - "CNAME": "anishdeveloper.netlify.app" + "CNAME": "anish-mandal.github.io" } } From 11316838c73f5e16cceec5c6acc84eac22a7e251 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 26 Dec 2022 21:21:01 +0800 Subject: [PATCH 3/3] fix json --- domains/anish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anish.json b/domains/anish.json index 748049736..8b26bd598 100644 --- a/domains/anish.json +++ b/domains/anish.json @@ -2,7 +2,7 @@ "owner": { "username": "anish-mandal", "email": "anishmandalme1234@outlook.com", - "twitter": "anishsay", + "twitter": "anishsay" }, "description": "This website is for my personal portfolio.", "repo": "https://github.com/anish-mandal/anish-mandal.github.io",