···1616 "branch": "main", // optional, defaults to main
1717 "baseDir": "/public", // optional, defaults to the repo root
1818 "notFoundFilepath": "/404.html" // optional, defaults to text 404
1919- }
1919+ },
2020+ "cache": true // server only, not supported in workers (yet)
2021}
2122```
2223···35363637## Limitations
37383838-The server fetches files from the repo on request, so it might be slow.
3939-In the future, we could cache the files and use a CI to clear the cache as needed.
3939+When `cache: false`, the server fetches files from the repo on every request, so it might be slow.