tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
cache
moth11.net
1 month ago
9c92b614
1f3748c0
+1
1 changed file
expand all
collapse all
unified
split
handler
upload.go
+1
handler/upload.go
···
294
294
mime := button.BlobMIME
295
295
w.Header().Add("Content-Type", mime)
296
296
w.Header().Add("Content-Length", fmt.Sprintf("%d", stats.Size()))
297
297
+
w.Header().Add("Cache-Control", "public, max-age=31536000, immutable")
297
298
298
299
img, err := os.Open(imgPath)
299
300
if err != nil {