Monorepo for Aesthetic.Computer aesthetic.computer

Fix justanothersystem.org photos: load manifest and images from CDN

Slideshow assets were gitignored and never deployed to lith. Changed
manifest path to use the server-local manifest-updated.json and image
base URL to the DO Spaces CDN where they already exist.

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

+2 -2
+2 -2
system/public/justanothersystem.org/index.html
··· 182 182 <div class="progress-bar" id="progressBar"></div> 183 183 184 184 <script> 185 - const ASSET_BASE = '/assets/justanothersystem/slideshow/'; 186 - const MANIFEST_URL = ASSET_BASE + 'manifest.json'; 185 + const ASSET_BASE = 'https://assets.aesthetic.computer/justanothersystem/slideshow/'; 186 + const MANIFEST_URL = '/manifest-updated.json'; 187 187 const SLIDE_DURATION = 8000; 188 188 const ZOOM_DURATION = 4000; // ms for perspective zoom-out 189 189 const KB_CLASSES = ['kb-a', 'kb-b', 'kb-c', 'kb-d'];