Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

shop: rename laptop handle to ac-blank-laptop

Product was retitled "AC Blank Laptop" in Shopify and the handle moved
from laptops_ac-native-laptop_26-4-17-12-51 to
laptops_ac-blank-laptop_26-4-17-12-51. Shopify auto-301-redirects the
old URL, but update the two hardcoded references so visitors skip the
redirect hop:

- blank.mjs SHOP_URL + header comment
- lacma-2026/index.html: 2 product links in the demo-hardware card

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

+4 -4
+2 -2
system/public/aesthetic.computer/disks/blank.mjs
··· 1 1 // blank, 26.03.20 2 - // AC Blank — AC Native Laptop product page & checkout 2 + // AC Blank — AC Blank Laptop product page & checkout 3 3 // Checkout is handled by Shopify (shop.aesthetic.computer). Earlier this page 4 4 // ran Stripe directly because we hadn't re-enabled Shopify; that path is gone. 5 5 ··· 8 8 // Module state 9 9 let amount = 12800; // Kept in sync with the Shopify variant price (USD cents). 10 10 const SHOP_URL = 11 - "https://shop.aesthetic.computer/products/laptops_ac-native-laptop_26-4-17-12-51"; 11 + "https://shop.aesthetic.computer/products/laptops_ac-blank-laptop_26-4-17-12-51"; 12 12 let thanks = false; 13 13 14 14 // UI elements
+2 -2
system/public/lacma-2026/index.html
··· 670 670 </video> 671 671 </div> 672 672 <div class="demo-hardware"> 673 - <a href="https://shop.aesthetic.computer/products/laptops_ac-native-laptop_26-4-17-12-51" target="_blank" rel="noopener"> 673 + <a href="https://shop.aesthetic.computer/products/laptops_ac-blank-laptop_26-4-17-12-51" target="_blank" rel="noopener"> 674 674 <img src="https://shop.aesthetic.computer/cdn/shop/files/ac-native-laptop-hero-final.png?v=1776841885&width=1445" 675 675 alt="AC Blank · ThinkPad 11e Yoga Gen 6 running AC Native OS on grass, showing 'hi @jeffrey · enjoy Los Angeles!'" loading="lazy"> 676 676 </a> 677 677 <div class="tag"> 678 678 <b>AC Blank</b> 679 - ThinkPad 11e Yoga Gen 6, refurbished, preloaded with AC Native. The video's actual hardware, available now at <a href="https://shop.aesthetic.computer/products/laptops_ac-native-laptop_26-4-17-12-51" target="_blank" rel="noopener">shop.aesthetic.computer</a>. 679 + ThinkPad 11e Yoga Gen 6, refurbished, preloaded with AC Native. The video's actual hardware, available now at <a href="https://shop.aesthetic.computer/products/laptops_ac-blank-laptop_26-4-17-12-51" target="_blank" rel="noopener">shop.aesthetic.computer</a>. 680 680 </div> 681 681 </div> 682 682 </div>