Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

blank: add /api/blank redirect to netlify.toml

Without this, the edge function intercepts the route and serves HTML.

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

+4
+4
system/netlify.toml
··· 1681 1681 to = "/.netlify/functions/print" 1682 1682 status = 200 1683 1683 [[redirects]] 1684 + from = "/api/blank" 1685 + to = "/.netlify/functions/blank" 1686 + status = 200 1687 + [[redirects]] 1684 1688 from = "/api/mug" 1685 1689 to = "/.netlify/functions/mug" 1686 1690 status = 200