diff --git a/apps/discovery/wrangler.jsonc b/apps/discovery/wrangler.jsonc index 10156d9..fc00cf2 100644 --- a/apps/discovery/wrangler.jsonc +++ b/apps/discovery/wrangler.jsonc @@ -16,6 +16,9 @@ // nothing documents and the client never asks for. With it, the Worker sees every // request and the files are reachable only through the binding, i.e. only under // `/sections/pagesource/:type`. + "cache": { + "enabled": true + }, "assets": { "binding": "ASSETS", "directory": "./static",