Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

fix: clean up give page meta descriptions, fix notepat.com asset proxying

- Replace cheesy 'creative coding education' meta descriptions with simple 'Aesthetic Computer'
- Fix notepat.com/* wildcard redirects to use :splat passthrough so assets, API, fonts, etc. resolve correctly instead of all returning the notepat HTML page

+5 -5
+2 -2
system/netlify.toml
··· 867 867 force = true 868 868 [[redirects]] 869 869 from = "https://www.notepat.com/*" 870 - to = "https://aesthetic.computer/notepat" 870 + to = "https://aesthetic.computer/:splat" 871 871 status = 200 872 872 force = true 873 873 [[redirects]] 874 874 from = "https://notepat.com/*" 875 - to = "https://aesthetic.computer/notepat" 875 + to = "https://aesthetic.computer/:splat" 876 876 status = 200 877 877 force = true 878 878
+3 -3
system/public/give.aesthetic.computer/index.html
··· 9 9 kernelMatrix="0 -0.5 0 -0.5 3 -0.5 0 -0.5 0" /> 10 10 </filter> 11 11 </svg> 12 - <meta name="description" content="Support Aesthetic Computer — Help fund creative coding education, KidLisp, and open-source art tools. Every contribution makes a difference!" /> 12 + <meta name="description" content="Aesthetic Computer" /> 13 13 <link rel="icon" href="https://aesthetic.computer/purple-pals.svg" type="image/svg+xml" /> 14 14 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 15 15 16 16 <!-- Social sharing meta tags --> 17 17 <meta property="og:title" content="Give · Aesthetic Computer" /> 18 - <meta property="og:description" content="Support Aesthetic Computer — Help fund creative coding education, KidLisp, and open-source art tools. Every contribution makes a difference!" /> 18 + <meta property="og:description" content="Aesthetic Computer" /> 19 19 <meta property="og:image" content="https://assets.aesthetic.computer/give-og.jpg" /> 20 20 <meta property="og:image:width" content="1200" /> 21 21 <meta property="og:image:height" content="630" /> ··· 23 23 <meta property="og:type" content="website" /> 24 24 <meta name="twitter:card" content="summary_large_image" /> 25 25 <meta name="twitter:title" content="Give · Aesthetic Computer" /> 26 - <meta name="twitter:description" content="Support Aesthetic Computer — Help fund creative coding education, KidLisp, and open-source art tools. Every contribution makes a difference!" /> 26 + <meta name="twitter:description" content="Aesthetic Computer" /> 27 27 <meta name="twitter:image" content="https://assets.aesthetic.computer/give-og.jpg" /> 28 28 <meta name="twitter:site" content="@aestheticco_mp" /> 29 29