Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

fix: load Auth0 SDK locally on kidlisp.com instead of CDN

CDN script was failing to load on lith (window.auth0 undefined after
10s timeout). Switch to the local bundled copy already served via
Caddy's /aesthetic.computer/* handler — same file the main site uses.

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

+2 -2
+1 -1
system/public/kidlisp.com/index.html
··· 26 26 <!-- Note: We use inline @font-face instead of external CSS which has broken relative URLs --> 27 27 <link rel="stylesheet" href="https://aesthetic.computer/type/webfonts/berkeley-mono-variable.css" media="print" onload="this.media='all'" /> 28 28 <link rel="preconnect" href="https://fonts.googleapis.com"> 29 - <script src="https://cdn.auth0.com/js/auth0-spa-js/2.0/auth0-spa-js.production.js" async onload="window.__auth0SDKReady=true"></script> 29 + <script src="/aesthetic.computer/dep/auth0-spa-js.production.js" async onload="window.__auth0SDKReady=true"></script> 30 30 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 31 31 <link href="https://fonts.googleapis.com/css2?family=Comic+Relief:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+Mono:wght@400;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'" /> 32 32 <!-- Flag icons for language selector (lazy-loaded — not needed at startup) -->
+1 -1
system/public/kidlisp.com/keeps.html
··· 30 30 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" /> 31 31 32 32 <!-- Auth0 SPA SDK --> 33 - <script src="https://cdn.auth0.com/js/auth0-spa-js/2.0/auth0-spa-js.production.js"></script> 33 + <script src="/aesthetic.computer/dep/auth0-spa-js.production.js"></script> 34 34 35 35 <style> 36 36 /* ========================================