atproto utils for zig zat.dev
atproto sdk zig

fix: add base href so assets load from nested SPA paths

relative ./style.css etc. resolve against the current pathname, so
/devlog/002 requests /devlog/style.css (404). <base href="/"> anchors
all relative URLs to the site root.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1
+1
site/index.html
··· 3 3 <head> 4 4 <meta charset="utf-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 + <base href="/" /> 6 7 <title>zat.dev</title> 7 8 <meta name="description" content="zat documentation" /> 8 9 <link rel="icon" href="./favicon.svg" type="image/svg+xml" />