chore: fix rsshub.js.org not working (#14750)
partially revert 8f4c50e22e
This commit is contained in:
parent
430c0f30b1
commit
87f98ae67a
|
|
@ -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,0 +1 @@
|
|||
rsshub.js.org
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue