resize/cache images

This commit is contained in:
Devin Zuczek
2026-07-06 23:23:27 -04:00
parent 7017cab732
commit e81d4cc02c
5 changed files with 195 additions and 17 deletions
+3
View File
@@ -8,6 +8,9 @@
// missing from R2). `run_worker_first` keeps the Worker in control of routing
// so image requests still hit R2/signing; assets are only fetched explicitly
// via the ASSETS binding.
"cache": {
"enabled": true,
},
"assets": {
"directory": "./static",
"binding": "ASSETS",