DiegoRBaquero / BTorrent

:globe_with_meridians: Fully-featured WebTorrent Client
https://btorrent.xyz
MIT License
549 stars 95 forks source link

Symlink 404.html to index.html #81

Closed tim-smart closed 4 years ago

tim-smart commented 4 years ago

ln -s index.html 404.html

Pretty sure this will fix /download returning 404 on GitHub pages.

DiegoRBaquero commented 4 years ago

Thanks

How can that be done in GitHub pages ?

Diego

On 31/05/2020, at 6:44 PM, Tim notifications@github.com wrote:

 ln -s index.html 404.html

Pretty sure this will fix /download returning 404 pages on GitHub pages.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

tim-smart commented 4 years ago

See #82

DiegoRBaquero commented 4 years ago

Nice, thanks!