From fdd5644a677890d1459c48c2fcea25485e99199c Mon Sep 17 00:00:00 2001 From: "M.L De Veer" Date: Fri, 14 Feb 2025 15:20:06 +0000 Subject: [PATCH] Update existing.json setting file and domain structure --- domains/existing.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/domains/existing.json b/domains/existing.json index 8b1378917..9444e0ff2 100644 --- a/domains/existing.json +++ b/domains/existing.json @@ -1 +1,12 @@ +{ + "description": "Personal Blog", + "repo": "https://github.com/existing-dev/existingdev", + "owner": { + "username": "existing-dev", + "email": "maamelankar.deveer@gmail.com" + }, + "record": { + "CNAME": "existing-dev.github.io" + } +}