From How to Easily Host a Website on IPFS:
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.
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
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