From 70f5658e34194a4be1654644b247bf412d2c1329 Mon Sep 17 00:00:00 2001 From: Roshan Tiwaree Date: Fri, 25 Oct 2024 19:44:30 +0545 Subject: [PATCH 1/3] chore(json): registration for ``sprit.is-a-dev`` domain. --- domains/sprit.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sprit.json diff --git a/domains/sprit.json b/domains/sprit.json new file mode 100644 index 000000000..63af3c2dd --- /dev/null +++ b/domains/sprit.json @@ -0,0 +1,11 @@ +{ + "description": "Codedspeit's personal note site", + "repo": "https://github.com/codedsprit/spritnote", + "owner": { + "username": "codedsprit", + "email": "roshan0x01@gmail.com" + }, + "record": { + "CNAME": "codedsprit.github.io/spritnote" + } +} From e8f5f4103257429dfc90cc700a84cfa9e4155f03 Mon Sep 17 00:00:00 2001 From: Roshan Tiwaree Date: Fri, 25 Oct 2024 21:53:00 +0545 Subject: [PATCH 2/3] chore(record): fix destination to ``netlify``. --- domains/sprit.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/sprit.json b/domains/sprit.json index 63af3c2dd..561093001 100644 --- a/domains/sprit.json +++ b/domains/sprit.json @@ -1,11 +1,11 @@ { - "description": "Codedspeit's personal note site", - "repo": "https://github.com/codedsprit/spritnote", + "description": "Codedspeit's test homepage ", + "repo": "", "owner": { "username": "codedsprit", "email": "roshan0x01@gmail.com" }, "record": { - "CNAME": "codedsprit.github.io/spritnote" + "CNAME": "codedsprit.netlify.app" } } From d376ca04879244b18fefe744c39416f809ecc163 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:14:09 -0400 Subject: [PATCH 3/3] chore: formatting --- domains/sprit.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/sprit.json b/domains/sprit.json index 561093001..c6ecc2de0 100644 --- a/domains/sprit.json +++ b/domains/sprit.json @@ -1,11 +1,11 @@ { - "description": "Codedspeit's test homepage ", - "repo": "", - "owner": { - "username": "codedsprit", - "email": "roshan0x01@gmail.com" - }, - "record": { - "CNAME": "codedsprit.netlify.app" - } + "description": "Codedspeit's test homepage ", + "repo": "", + "owner": { + "username": "codedsprit", + "email": "roshan0x01@gmail.com" + }, + "record": { + "CNAME": "codedsprit.netlify.app" + } }