You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hosting a website on IPFS is slightly different than hosting it on a web server out in the cloud. Your website may require a little bit of tweaking in order to properly be served on the IPFS network.
The important rules are:
All of the content for your website must be contained in one build folder, with an index.html file.
All links within your files should be relative links.
From How to Easily Host a Website on IPFS:
That actually applies to any static site, and you may want to capture that somewhere. There's also a lot of goodness in that article to capture on the https://fightcensorship.tech/docs/alternative-publishing-methods/ipfs/ipfs.html page
The text was updated successfully, but these errors were encountered: