Skip to content

Commit

Permalink
Redirect Pages viewer to GitHub repo over TLD concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
bmndc committed Oct 30, 2024
1 parent d07055e commit 87a6228
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/js/redirect.js
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);
6 changes: 6 additions & 0 deletions index.md
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.

0 comments on commit 87a6228

Please sign in to comment.