MystenLabs / walrus-sites

Walrus Sites: Decentralized Websites using Sui and Walrus.
https://docs.walrus.site/walrus-sites/intro.html
Apache License 2.0
29 stars 19 forks source link

The portal not found page links to walrus.site instead of blob.store #190

Closed giac-mysten closed 1 month ago

giac-mysten commented 2 months ago

It should instead link to the root url of the portal.

image
Tzal3x commented 2 months ago

That's happening because the service worker and the server portal both use the same html files. Need to add a mechanism that parses the URL to identify what's the current portal, and use the correct hyperlink.