570 B
570 B
We have got two options to host the embed view: on GitHub pages or Cloudflare pages (or other third party).
The benefit of Cloudflare pages is:
- It offers multiple versions. Basically every publish will generate a standalone url with current commit hash.
- It does not require commit the
distfolder to the repository.
The benefit of using GitHub Pages:
- It will definitely be easier to set up for collaborators on GitHub, because they do not need a Cloudflare account.
Easy collaboration is more important to us, so we will host this on GitHub Pages.