From bce4215906ad1fd928af75bfe8b467223ee5a959 Mon Sep 17 00:00:00 2001 From: Prs96 Date: Mon, 10 Mar 2025 23:19:28 +0530 Subject: [PATCH 1/2] pranavs --- domains/pranavs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pranavs.json diff --git a/domains/pranavs.json b/domains/pranavs.json new file mode 100644 index 000000000..9d8ecefd6 --- /dev/null +++ b/domains/pranavs.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio-website", + "repo": "https://github.com/Prs96/portfolio-website.git", + "owner": { + "username": "Prs96", + "email": "pranavsudheesh34@gmail.com" + }, + "record": { + "CNAME": "Prs96.github.io" + } +} From 3ccc25e6e7b357aebf187a843de49e2616bc848d Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Tue, 11 Mar 2025 14:28:06 +0400 Subject: [PATCH 2/2] fix: lowercase CNAME --- domains/pranavs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pranavs.json b/domains/pranavs.json index 9d8ecefd6..8bb379083 100644 --- a/domains/pranavs.json +++ b/domains/pranavs.json @@ -6,6 +6,6 @@ "email": "pranavsudheesh34@gmail.com" }, "record": { - "CNAME": "Prs96.github.io" + "CNAME": "prs96.github.io" } }