-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect Pages viewer to GitHub repo over TLD concerns
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(() => { | ||
window.location.replace("https://github.com/bmndc/nokia-leo/blob/docs/README.md"); | ||
}, 15000); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
custom_js: redirect | ||
--- | ||
As you might have heard the news in the past months, there have been some issues over the .io ccTLD, which GitHub uses for their Pages service and is what you're on right now. While the transfer/termination of the domain is gradually and peacefully happening, I don't plan to host this on Pages long-term. Plus I might want to change my username someday, and GitHub won't do redirects for the old username. | ||
|
||
Because of this, starting next year, I won’t be publishing nokia-leo on GitHub Pages. You’ll need to access the repository directly on GitHub, and I’ll provide a redirect shortly. |