+2
README.md
+2
README.md
···
53
53
54
54
When `cache: false`, the server fetches files from the repo on every request, so it might be slow.
55
55
56
+
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
+
56
58
## To-do
57
59
58
60
- support `cache: true` in workers