Skip to content

Commit

Permalink
added more redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
tumble1999 committed Aug 29, 2023
1 parent 68f2c69 commit 7c83173
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions sky-epg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<script>
let pathParts = window.location.pathname.split("/");
while (!pathParts.shift()) { };
window.location.pathname = pathParts.join("/")
</script>
8 changes: 5 additions & 3 deletions sky-guide.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
redirect_to: https://stb-gaming.github.io
---
<script>
let pathParts = window.location.pathname.split("/");
while (!pathParts.shift()) { };
window.location.pathname = pathParts.join("/")
</script>

0 comments on commit 7c83173

Please sign in to comment.