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

fix: remove /hatk/ base path now that docs are on custom domain

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

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