Skip to content

Commit

Permalink
chore: fix rsshub.js.org not working (DIYgod#14750)
Browse files Browse the repository at this point in the history
partially revert 8f4c50e
  • Loading branch information
TonyRL authored Mar 11, 2024
1 parent 430c0f3 commit 87f98ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<script>
alert('The documentation has been changed to docs.rsshub.app and will be automatically redirected to the new documentation page.');
window.location.href = 'https://docs.rsshub.app';
</script>
1 change: 1 addition & 0 deletions assets/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rsshub.js.org
4 changes: 4 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<script>
alert('The documentation has been changed to docs.rsshub.app and will be automatically redirected to the new documentation page.');
window.location.href = 'https://docs.rsshub.app';
</script>

0 comments on commit 87f98ae

Please sign in to comment.