Skip to content

Commit 0065a52

Browse files
committed
Minor fixes.
1 parent 19f0f90 commit 0065a52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_headers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/*
2-
Access-Control-Allow-Origin: ai-tournaments.github.io
2+
Access-Control-Allow-Origin: ai-tournaments.github.io

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ function a(){
424424
return chars;
425425
}
426426
function checkGitHubStatus(){
427-
fetch('https://ai-tournaments.github.io').then(r=>r.text()).then().catch(error => {
427+
fetch('https://ai-tournaments.github.io/').then(r=>r.text()).then().catch(error => {
428428
postGitHubProblem('GitHub Pages');
429429
});
430430
fetch('https://raw.githubusercontent.com/AI-Tournaments/AI-Tournaments.github.io/main/index.html').then(r=>r.text()).then().catch(error => {

0 commit comments

Comments
 (0)