From 0d193bd7c5a5e67f49bafb3096a7fb4262cd8a18 Mon Sep 17 00:00:00 2001 From: noobshubham Date: Fri, 3 Feb 2023 22:06:56 +0530 Subject: [PATCH 1/2] Domain for my Portfolio --- domains/shubham.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shubham.json diff --git a/domains/shubham.json b/domains/shubham.json new file mode 100644 index 000000000..94c344e89 --- /dev/null +++ b/domains/shubham.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://noobshubham.github.io/Portfolio/", + "owner": { + "username": "noobshubham", + "email": "noobshubham65@gmail.com" + }, + "record": { + "CNAME": "noobshubham.github.io" + } +} \ No newline at end of file From 73e22c8859858c22a312b233d3bb92f359a297cc Mon Sep 17 00:00:00 2001 From: noobshubham Date: Fri, 3 Feb 2023 22:11:18 +0530 Subject: [PATCH 2/2] fix: repo link --- domains/shubham.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shubham.json b/domains/shubham.json index 94c344e89..31cfa2e8b 100644 --- a/domains/shubham.json +++ b/domains/shubham.json @@ -1,6 +1,6 @@ { "description": "My Portfolio Website", - "repo": "https://noobshubham.github.io/Portfolio/", + "repo": "https://github.com/noobshubham/Portfolio", "owner": { "username": "noobshubham", "email": "noobshubham65@gmail.com"