From 70f4e4b747815e397c4a7177543628f8b26633b0 Mon Sep 17 00:00:00 2001 From: ganeswar-velvadapu Date: Sat, 8 Feb 2025 22:14:19 +0530 Subject: [PATCH 1/4] Added my file --- domains/ganeswarv.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ganeswarv.json diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json new file mode 100644 index 000000000..2804eb91d --- /dev/null +++ b/domains/ganeswarv.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ganeswar-velvadapu", + "email": "ganeshvelvadapu@gmail.com" + }, + "record" :{ + "CNAME" : "https://portfolio-tau-mauve-63.vercel.app/" + }, + "repo" : "https://github.com/ganeswar-velvadapu/portfolio", + "description" : "My Portfolio Webiste" +} \ No newline at end of file From 90e5f5320a86bc885e7bb9bac3049f83e57ac81e Mon Sep 17 00:00:00 2001 From: ganeswar-velvadapu Date: Thu, 13 Feb 2025 00:09:09 +0530 Subject: [PATCH 2/4] Improved CNAME for ganeswar.json --- domains/ganeswarv.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json index 2804eb91d..3c9e6ce82 100644 --- a/domains/ganeswarv.json +++ b/domains/ganeswarv.json @@ -4,8 +4,8 @@ "email": "ganeshvelvadapu@gmail.com" }, "record" :{ - "CNAME" : "https://portfolio-tau-mauve-63.vercel.app/" + "CNAME" : "portfolio-tau-mauve-63.vercel.app" }, "repo" : "https://github.com/ganeswar-velvadapu/portfolio", "description" : "My Portfolio Webiste" -} \ No newline at end of file +} From 1fde30e064997185a1fdaec29f0f2f242f6e8245 Mon Sep 17 00:00:00 2001 From: ganeswar-velvadapu Date: Thu, 13 Feb 2025 17:32:17 +0530 Subject: [PATCH 3/4] Improved ganeswarv.json --- domains/ganeswarv.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json index 3c9e6ce82..244fadd80 100644 --- a/domains/ganeswarv.json +++ b/domains/ganeswarv.json @@ -1,3 +1,5 @@ + + { "owner": { "username": "ganeswar-velvadapu", From a197f41b928ffcd3118b948e2e14ee5fdee6694f Mon Sep 17 00:00:00 2001 From: iostpa Date: Thu, 13 Feb 2025 17:26:57 +0200 Subject: [PATCH 4/4] Prettify the json a bit --- domains/ganeswarv.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json index 244fadd80..1bcc92bed 100644 --- a/domains/ganeswarv.json +++ b/domains/ganeswarv.json @@ -1,13 +1,11 @@ - - { + "repo": "https://github.com/ganeswar-velvadapu/portfolio", + "description": "My Portfolio Webiste", "owner": { "username": "ganeswar-velvadapu", "email": "ganeshvelvadapu@gmail.com" }, - "record" :{ - "CNAME" : "portfolio-tau-mauve-63.vercel.app" - }, - "repo" : "https://github.com/ganeswar-velvadapu/portfolio", - "description" : "My Portfolio Webiste" + "record": { + "CNAME": "portfolio-tau-mauve-63.vercel.app" + } }