Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

lith/Caddyfile: 301 /bio → /cv on justanothersystem.org

The netlify.toml redirect isn't consulted by Caddy, so /bio was falling
through to try_files /index.html and serving the gallery homepage.
Add an explicit Caddy redir so old bookmarks land on the merged CV.

+2
+2
lith/Caddyfile
··· 150 150 handle /api/* { 151 151 reverse_proxy localhost:8888 152 152 } 153 + redir /bio /cv 301 154 + redir /bio/ /cv 301 153 155 root * /opt/ac/system/public/justanothersystem.org 154 156 try_files {path} {path}.html /index.html 155 157 file_server