From db01d2bedd5935d1679d09be8247a0441b0a8cd8 Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Wed, 9 Sep 2026 11:53:15 -0400 Subject: [PATCH] [discovery] add cache since this never changes --- apps/discovery/wrangler.jsonc | 3 +++ 1 file changed, 3 insertions(+) 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",