From 8cbe656ce66e73aad508cb0c40da67df451657c7 Mon Sep 17 00:00:00 2001 From: muizu Date: Sun, 6 Apr 2025 18:55:30 +0530 Subject: [PATCH 1/4] chore: add _github-pages-challenge-MuizU.json for domain verification This commit adds a new JSON file required for GitHub Pages domain verification. The file includes the necessary TXT record to verify ownership of the domain. --- domains/_github-pages-challenge-MuizU.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-MuizU.json diff --git a/domains/_github-pages-challenge-MuizU.json b/domains/_github-pages-challenge-MuizU.json new file mode 100644 index 000000000..f40dfd5a7 --- /dev/null +++ b/domains/_github-pages-challenge-MuizU.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "muizu", + "email": "muizuvais99@gmail.com" + }, + "record": { + "TXT": "8cf896945b34d5309a335f41eb2000" + } +} \ No newline at end of file From 2f946a7e05e3fa3471f0a735d3684af4185b3b25 Mon Sep 17 00:00:00 2001 From: muizu Date: Sun, 6 Apr 2025 18:56:40 +0530 Subject: [PATCH 2/4] chore: add GitHub Pages challenge verification file for muizu This commit adds a new JSON file to verify the ownership of the GitHub Pages domain for the user muizu. The file includes the necessary TXT record for domain verification. --- ...es-challenge-MuizU.json => _github-pages-challenge-muizu.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-MuizU.json => _github-pages-challenge-muizu.json} (100%) diff --git a/domains/_github-pages-challenge-MuizU.json b/domains/_github-pages-challenge-muizu.json similarity index 100% rename from domains/_github-pages-challenge-MuizU.json rename to domains/_github-pages-challenge-muizu.json From b91ba534c6625d842de6fb20b5caebde267b9a28 Mon Sep 17 00:00:00 2001 From: muizu Date: Sun, 6 Apr 2025 19:00:42 +0530 Subject: [PATCH 3/4] chore: remove _github-pages-challenge-muizu.json file The file is no longer needed as the GitHub Pages challenge record has been resolved. Removing it to clean up the repository. --- domains/_github-pages-challenge-muizu.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-muizu.json diff --git a/domains/_github-pages-challenge-muizu.json b/domains/_github-pages-challenge-muizu.json deleted file mode 100644 index f40dfd5a7..000000000 --- a/domains/_github-pages-challenge-muizu.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "muizu", - "email": "muizuvais99@gmail.com" - }, - "record": { - "TXT": "8cf896945b34d5309a335f41eb2000" - } -} \ No newline at end of file From 579f5896198ccce6cf6db13ae0bb20857c665548 Mon Sep 17 00:00:00 2001 From: muizu Date: Sun, 6 Apr 2025 19:03:08 +0530 Subject: [PATCH 4/4] chore: update TXT record in GitHub Pages challenge file The TXT record was updated to reflect the latest challenge token for GitHub Pages verification. --- domains/_github-pages-challenge-muizu.muiz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-muizu.muiz.json b/domains/_github-pages-challenge-muizu.muiz.json index 8017cd8eb..cb3975ea9 100644 --- a/domains/_github-pages-challenge-muizu.muiz.json +++ b/domains/_github-pages-challenge-muizu.muiz.json @@ -4,6 +4,6 @@ "email": "muizuvais99@gmail.com" }, "record": { - "TXT": "426da2567c5afddc351a1bf4e7d84c" + "TXT": "8cf896945b34d5309a335f41eb2000" } }