chore: fix rsshub.js.org not working (#14750)

partially revert 8f4c50e22e
This commit is contained in:
Tony 2024-03-11 23:52:46 +08:00 committed by GitHub
parent 430c0f30b1
commit 87f98ae67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

4
assets/404.html Normal file
View File

@ -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
assets/CNAME Normal file
View File

@ -0,0 +1 @@
rsshub.js.org

4
assets/index.html Normal file
View File

@ -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>