ethersphere / swarm-home

Source code for the Swarm homepage hosted at bzz:/theswarm.eth/
https://swarm-gateways.net/bzz:/theswarm.eth/
The Unlicense
14 stars 13 forks source link

remove broken css link #35

Closed nonsense closed 5 years ago

nonsense commented 5 years ago

This link should be dead - there is no such file in Swarm_files.

However this is a bug on Swarm - if you try to fetch it, Swarm returns content, which must be wrong.

acud commented 5 years ago

The bug is our magical manifest undermatch functionality. Maybe we should just amend it to point to Swarm_files/css.css ? That should be the content that swarm is returning.

skylenet commented 5 years ago

This was fixed in https://github.com/ethersphere/swarm-home/blob/ce971d4db1491750704b3a8fbf41c7e4f053d254/index.html#L45

nonsense commented 5 years ago

@skylenet I didn't notice we had css.css. Thanks!