From e8f5f4103257429dfc90cc700a84cfa9e4155f03 Mon Sep 17 00:00:00 2001 From: Roshan Tiwaree Date: Fri, 25 Oct 2024 21:53:00 +0545 Subject: [PATCH] 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" } }