Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

fix: use aesthetic.computer API base URL for production & fix favicon path

+2 -2
+2 -2
system/public/justanothersystem.org/index.html
··· 6 6 <title>justanothersystem.org — Stretched Paintings by Jeffrey Alan Scudder</title> 7 7 <meta name="author" content="Jeffrey Alan Scudder"> 8 8 <meta name="description" content="Stretched paintings on canvas and linen by Jeffrey Alan Scudder. A painting practice."> 9 - <link rel="icon" href="https://aesthetic.computer/aesthetic.computer/favicon.ico"> 9 + <link rel="icon" href="https://aesthetic.computer/favicon.ico"> 10 10 11 11 <!-- Social sharing meta tags --> 12 12 <meta property="og:title" content="justanothersystem.org — Stretched Paintings" /> ··· 689 689 <script> 690 690 // ====== Configuration ====== 691 691 const isDev = window.location.hostname === 'localhost' || window.location.hostname.includes('local.'); 692 - const API_BASE = isDev ? 'https://localhost:8888' : ''; 692 + const API_BASE = isDev ? 'https://localhost:8888' : 'https://aesthetic.computer'; 693 693 const API_URL = `${API_BASE}/api/stretched-paintings`; 694 694 const TAGS_URL = `${API_BASE}/api/jas-tags`; 695 695