AppView in a box as a Vite plugin thing hatk.dev

fix: add base path for GitHub Pages deployment

Assets 404 without /hatk/ base when served from hatk-dev.github.io/hatk/.
Remove this once hatk.dev custom domain is active.

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

+1
+1
docs/site/.vitepress/config.ts
··· 1 1 import { defineConfig } from 'vitepress' 2 2 3 3 export default defineConfig({ 4 + base: '/hatk/', 4 5 title: 'hatk', 5 6 description: 'Build AT Protocol applications with typed XRPC endpoints.', 6 7