Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

blank: host product image on AC assets CDN

Lenovo CDN blocks CORS, so serve the ThinkPad image from
assets.aesthetic.computer instead.

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

+1 -1
+1 -1
system/public/aesthetic.computer/disks/blank.mjs
··· 4 4 const { floor, sin, min, max } = Math; 5 5 6 6 const PRODUCT_IMG = 7 - "https://p3-ofp.static.pub/fes/cms/2022/03/28/4wfdaky6aue1z6x5xmxkl9ms8gdpmz225363.png"; 7 + "https://assets.aesthetic.computer/thinkpad-11e-yoga-gen6.png"; 8 8 9 9 // Module state 10 10 let amount = 12800;