From 350a43761dc6048896c964c070cfacfd19fa6594 Mon Sep 17 00:00:00 2001 From: Abdo <160148781+xAbdoAT@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:20:14 +0200 Subject: [PATCH] fix aftermath.json fix for GitHub pages --- domains/aftermath.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/domains/aftermath.json b/domains/aftermath.json index fa4e9f942..b7a3026ee 100644 --- a/domains/aftermath.json +++ b/domains/aftermath.json @@ -1,11 +1,12 @@ { - "description": "Documentation for is-a-dev", - "repo": "https://github.com/aftermath9", - "owner": { - "username": "aftermath9", - "email": "amrmafalani@yahoo.com" - }, + "description": "Describe the use of this subdomain", + "repo": "https://github.com/AfterMath9/aftermath9.github.io", + "owner": { + "username": "AfterMath9", + "email": "amrmafalani@yahoo.com", + "twitter": "iBadDroid" + }, "record": { - "TXT": "Hello World!" - } -} \ No newline at end of file + "CNAME": "aftermath9.github.io" + } +}