···5354When `cache: false`, the server fetches files from the repo on every request, so it might be slow.
550056## To-do
5758- support `cache: true` in workers
···5354When `cache: false`, the server fetches files from the repo on every request, so it might be slow.
5556+This library fetches html from the repo directly, so there's no build step. As a workaround, you can add a commit hook to build your site locally and include the built files in your repo (or as a git submodule).
57+58## To-do
5960- support `cache: true` in workers