From 527127e76ca71aca082e17b3634d5d4a39b9e3c9 Mon Sep 17 00:00:00 2001 From: Vishesh Bansal Date: Thu, 24 Jun 2021 22:33:55 +0530 Subject: [PATCH 1/2] chore: created domain for vishesh(vishesh.is-a.dev) Created vishesh.is-a.dev --- domains/vishesh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/vishesh.json diff --git a/domains/vishesh.json b/domains/vishesh.json new file mode 100644 index 000000000..ffd69178c --- /dev/null +++ b/domains/vishesh.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Website", + "repo": "https://github.com/VisheshBansal", + "owner": { + "username": "VisheshBansal", + "email": "hi@visheshbansal.ml", + "twitter": "VisheshBansal17" + }, + "record": { + "CNAME": "https://www.visheshbansal.ml/" + } +} \ No newline at end of file From dd208ab688791eee3ab5f216d505c688c3377a45 Mon Sep 17 00:00:00 2001 From: Jay Jackson Date: Thu, 24 Jun 2021 21:07:22 -0400 Subject: [PATCH 2/2] fix URL --- domains/vishesh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/vishesh.json b/domains/vishesh.json index ffd69178c..92ea103a7 100644 --- a/domains/vishesh.json +++ b/domains/vishesh.json @@ -7,6 +7,6 @@ "twitter": "VisheshBansal17" }, "record": { - "CNAME": "https://www.visheshbansal.ml/" + "CNAME": "www.visheshbansal.ml" } -} \ No newline at end of file +}