From aa6fdaf4b28c3000a023941a3bfe652bf50905ca Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Mon, 10 Aug 2026 17:58:11 -0400 Subject: [PATCH] [img] maybe fix choppy images --- apps/img/wrangler.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/img/wrangler.jsonc b/apps/img/wrangler.jsonc index 2e76a11..f19d5d7 100644 --- a/apps/img/wrangler.jsonc +++ b/apps/img/wrangler.jsonc @@ -9,7 +9,7 @@ // so image requests still hit R2/signing; assets are only fetched explicitly // via the ASSETS binding. "cache": { - "enabled": true + "enabled": false }, "assets": { "directory": "./static",