We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b50d94 + 61e5a21 commit aa05f7eCopy full SHA for aa05f7e
2 files changed
_headers
index.js
@@ -424,7 +424,7 @@ function a(){
424
return chars;
425
}
426
function checkGitHubStatus(){
427
- fetch('https://ai-tournaments.github.io/').then(r=>r.text()).then().catch(error => {
+ fetch('https://ai-tournaments.io/').then(r=>r.text()).then().catch(error => {
428
postGitHubProblem('GitHub Pages');
429
});
430
fetch('https://raw.githubusercontent.com/AI-Tournaments/AI-Tournaments.github.io/main/index.html').then(r=>r.text()).then().catch(error => {
0 commit comments