Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add CDN-Cache-Control header for Cloudflare on papers PDFs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1
+1
lith/Caddyfile
··· 7 7 handle @papers { 8 8 @pdf path *.pdf 9 9 header @pdf Cache-Control "public, max-age=60, must-revalidate" 10 + header @pdf CDN-Cache-Control "max-age=60" 10 11 handle /en { 11 12 rewrite * /index.html?lang=en 12 13 root * /opt/ac/system/public/papers.aesthetic.computer