Just wondering: if you publish a website to #ipfs often what's the best strategy?
1) `ipfs add -r website/`, address using recent CID and set it in DNS using `dnslink` 2) publish recent CID into IPNS (`ipfs name publish CID`) 3) Something else?
Option 1) sucks because each change to website requires updating CID in my website's reverse proxy and DNS.
Option 2) sucks because IPNS so is slooow on both publishing and resolving...