Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

lith: drop redundant Link preload header for boot.mjs + style.css

Was triggering credentials-mode mismatch (as=script vs module CORS) and
"preloaded but not used" warnings (service worker intercepts the fetch).
HTML modulepreload hints + sw.js precache cover the same job.

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

-3
-3
lith/Caddyfile
··· 434 434 } 435 435 @mainspa host aesthetic.computer www.aesthetic.computer lith.aesthetic.computer notepat.com www.notepat.com p5.aesthetic.computer sitemap.aesthetic.computer 436 436 handle @mainspa { 437 - # Preload critical assets (browser starts fetching before parsing HTML) 438 - header Link "</aesthetic.computer/boot.mjs>; rel=preload; as=script, </aesthetic.computer/style.css>; rel=preload; as=style" 439 - 440 437 # Assets → DO Spaces CDN 441 438 handle /assets/* { 442 439 redir https://assets.aesthetic.computer{uri} 302