We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f0f90 commit 0065a52Copy full SHA for 0065a52
2 files changed
_headers
@@ -1,2 +1,2 @@
1
/*
2
-Access-Control-Allow-Origin: ai-tournaments.github.io
+Access-Control-Allow-Origin: ai-tournaments.github.io
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.github.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