load up images

This commit is contained in:
Devin Zuczek
2026-07-05 16:29:41 -04:00
parent f48d78bd5f
commit 0e8bf114e0
39 changed files with 127 additions and 11 deletions
+2
View File
@@ -6,6 +6,8 @@ export type Env = SharedHonoEnv & {
DB: D1Database
/** R2 bucket holding the served image objects, keyed by filename. */
IMAGES: R2Bucket
/** Static assets (fallback images) served from `static/`. */
ASSETS: Fetcher
/**
* RSA-2048 private key (PKCS8 DER, base64) used to sign image responses
* requested with `?sig=p1`. Optional — when absent, responses are unsigned.